public interface PrimitiveInfo
Modifier and Type | Field and Description |
---|---|
static int |
BOOLEAN_INDEX |
static int |
BYTE_INDEX |
static int |
CHAR_INDEX |
static Class[] |
classes
Classes of the primitives.
|
static int |
DOUBLE_INDEX |
static int |
FIRST_NUMERIC
Index of first element of above arrays referring to a numeric type
|
static int |
FLOAT_INDEX |
static int |
INT_INDEX |
static boolean[] |
isNumeric
Is this a numeric class
|
static int |
LAST_NUMERIC
Index of last element of above arrays referring to a numeric type
|
static int |
LONG_INDEX |
static int |
SHORT_INDEX |
static int[] |
sizes
Sizes
|
static char[] |
suffixes
Suffixes used for the classnames for primitive arrays.
|
static String[] |
types
Full names
|
static final char[] suffixes
static final Class[] classes
static final boolean[] isNumeric
static final String[] types
static final int[] sizes
static final int FIRST_NUMERIC
static final int LAST_NUMERIC
static final int BYTE_INDEX
static final int SHORT_INDEX
static final int CHAR_INDEX
static final int INT_INDEX
static final int LONG_INDEX
static final int FLOAT_INDEX
static final int DOUBLE_INDEX
static final int BOOLEAN_INDEX
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.