public class SizeOf extends Object
Modifier and Type | Field and Description |
---|---|
static int |
Byte
The size of a byte value.
|
static int |
Double
The size of a double value.
|
static int |
Float
The size of a float value.
|
static int |
Int
The size of an int value.
|
static int |
Long
The size of a long value.
|
static int |
Short
The size of a short value.
|
Constructor and Description |
---|
SizeOf() |
public static final int Byte
public static final int Double
public static final int Float
public static final int Int
public static final int Long
public static final int Short
Copyright © 2018–2020 InAccel. All rights reserved.