public final class JavaSizeConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | BITS_IN_BOOLEAN | 
| static int | BITS_IN_BYTE | 
| static int | BITS_IN_CHAR | 
| static int | BITS_IN_DOUBLE | 
| static int | BITS_IN_FLOAT | 
| static int | BITS_IN_INT | 
| static int | BITS_IN_LONG | 
| static int | BITS_IN_SHORT | 
| static int | BYTES_IN_BOOLEAN | 
| static int | BYTES_IN_BYTE | 
| static int | BYTES_IN_CHAR | 
| static int | BYTES_IN_DOUBLE | 
| static int | BYTES_IN_FLOAT | 
| static int | BYTES_IN_INT | 
| static int | BYTES_IN_LONG | 
| static int | BYTES_IN_SHORT | 
| static int | LOG_BITS_IN_BOOLEAN | 
| static int | LOG_BITS_IN_BYTE | 
| static int | LOG_BITS_IN_CHAR | 
| static int | LOG_BITS_IN_DOUBLE | 
| static int | LOG_BITS_IN_FLOAT | 
| static int | LOG_BITS_IN_INT | 
| static int | LOG_BITS_IN_LONG | 
| static int | LOG_BITS_IN_SHORT | 
| static int | LOG_BYTES_IN_BOOLEAN | 
| static int | LOG_BYTES_IN_BYTE | 
| static int | LOG_BYTES_IN_CHAR | 
| static int | LOG_BYTES_IN_DOUBLE | 
| static int | LOG_BYTES_IN_FLOAT | 
| static int | LOG_BYTES_IN_INT | 
| static int | LOG_BYTES_IN_LONG | 
| static int | LOG_BYTES_IN_SHORT | 
| Modifier | Constructor and Description | 
|---|---|
| private  | JavaSizeConstants() | 
public static final int LOG_BYTES_IN_BYTE
public static final int BYTES_IN_BYTE
public static final int LOG_BITS_IN_BYTE
public static final int BITS_IN_BYTE
public static final int LOG_BYTES_IN_BOOLEAN
public static final int BYTES_IN_BOOLEAN
public static final int LOG_BITS_IN_BOOLEAN
public static final int BITS_IN_BOOLEAN
public static final int LOG_BYTES_IN_CHAR
public static final int BYTES_IN_CHAR
public static final int LOG_BITS_IN_CHAR
public static final int BITS_IN_CHAR
public static final int LOG_BYTES_IN_SHORT
public static final int BYTES_IN_SHORT
public static final int LOG_BITS_IN_SHORT
public static final int BITS_IN_SHORT
public static final int LOG_BYTES_IN_INT
public static final int BYTES_IN_INT
public static final int LOG_BITS_IN_INT
public static final int BITS_IN_INT
public static final int LOG_BYTES_IN_FLOAT
public static final int BYTES_IN_FLOAT
public static final int LOG_BITS_IN_FLOAT
public static final int BITS_IN_FLOAT
public static final int LOG_BYTES_IN_LONG
public static final int BYTES_IN_LONG
public static final int LOG_BITS_IN_LONG
public static final int BITS_IN_LONG
public static final int LOG_BYTES_IN_DOUBLE
public static final int BYTES_IN_DOUBLE
public static final int LOG_BITS_IN_DOUBLE
public static final int BITS_IN_DOUBLE
private JavaSizeConstants()