public final class UnboxedSizeConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BITS_IN_ADDRESS |
static int |
BITS_IN_EXTENT |
static int |
BITS_IN_OFFSET |
static int |
BITS_IN_WORD |
static int |
BYTES_IN_ADDRESS |
static int |
BYTES_IN_EXTENT |
static int |
BYTES_IN_OFFSET |
static int |
BYTES_IN_WORD |
static int |
LOG_BITS_IN_ADDRESS |
static int |
LOG_BITS_IN_EXTENT |
static int |
LOG_BITS_IN_OFFSET |
static int |
LOG_BITS_IN_WORD |
static int |
LOG_BYTES_IN_ADDRESS |
static int |
LOG_BYTES_IN_EXTENT |
static int |
LOG_BYTES_IN_OFFSET |
static int |
LOG_BYTES_IN_WORD |
Modifier | Constructor and Description |
---|---|
private |
UnboxedSizeConstants() |
public static final int LOG_BYTES_IN_ADDRESS
public static final int BYTES_IN_ADDRESS
public static final int LOG_BITS_IN_ADDRESS
public static final int BITS_IN_ADDRESS
public static final int LOG_BYTES_IN_WORD
public static final int BYTES_IN_WORD
public static final int LOG_BITS_IN_WORD
public static final int BITS_IN_WORD
public static final int LOG_BYTES_IN_EXTENT
public static final int BYTES_IN_EXTENT
public static final int LOG_BITS_IN_EXTENT
public static final int BITS_IN_EXTENT
public static final int LOG_BYTES_IN_OFFSET
public static final int BYTES_IN_OFFSET
public static final int LOG_BITS_IN_OFFSET
public static final int BITS_IN_OFFSET
private UnboxedSizeConstants()