Class DataTypeEnum
- java.lang.Object
-
- io.github.hakkelt.ndarrays.internal.DataTypeEnum
-
public class DataTypeEnum extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BIGDECIMAL
static String
BIGINTEGER
static String
BYTE
static String
COMPLEX_BIGDECIMAL
static String
COMPLEX_BIGINTEGER
static String
COMPLEX_BYTE
static String
COMPLEX_DOUBLE
static String
COMPLEX_FLOAT
static String
COMPLEX_INTEGER
static String
COMPLEX_LONG
static String
COMPLEX_SHORT
static String
DOUBLE
static String
FLOAT
static String
INTEGER
static String
LONG
static String
SHORT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte
getIndex(String dtype)
static String
getStringRepresentation(byte index)
-
-
-
Field Detail
-
BYTE
public static final String BYTE
- See Also:
- Constant Field Values
-
SHORT
public static final String SHORT
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
LONG
public static final String LONG
- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
-
DOUBLE
public static final String DOUBLE
- See Also:
- Constant Field Values
-
BIGINTEGER
public static final String BIGINTEGER
- See Also:
- Constant Field Values
-
BIGDECIMAL
public static final String BIGDECIMAL
- See Also:
- Constant Field Values
-
COMPLEX_BYTE
public static final String COMPLEX_BYTE
- See Also:
- Constant Field Values
-
COMPLEX_SHORT
public static final String COMPLEX_SHORT
- See Also:
- Constant Field Values
-
COMPLEX_INTEGER
public static final String COMPLEX_INTEGER
- See Also:
- Constant Field Values
-
COMPLEX_LONG
public static final String COMPLEX_LONG
- See Also:
- Constant Field Values
-
COMPLEX_FLOAT
public static final String COMPLEX_FLOAT
- See Also:
- Constant Field Values
-
COMPLEX_DOUBLE
public static final String COMPLEX_DOUBLE
- See Also:
- Constant Field Values
-
COMPLEX_BIGINTEGER
public static final String COMPLEX_BIGINTEGER
- See Also:
- Constant Field Values
-
COMPLEX_BIGDECIMAL
public static final String COMPLEX_BIGDECIMAL
- See Also:
- Constant Field Values
-
-