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 StringBIGDECIMALstatic StringBIGINTEGERstatic StringBYTEstatic StringCOMPLEX_BIGDECIMALstatic StringCOMPLEX_BIGINTEGERstatic StringCOMPLEX_BYTEstatic StringCOMPLEX_DOUBLEstatic StringCOMPLEX_FLOATstatic StringCOMPLEX_INTEGERstatic StringCOMPLEX_LONGstatic StringCOMPLEX_SHORTstatic StringDOUBLEstatic StringFLOATstatic StringINTEGERstatic StringLONGstatic StringSHORT 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static bytegetIndex(String dtype)static StringgetStringRepresentation(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
 
 
 - 
 
 -