Interface LexoNumeralSystem
public interface LexoNumeralSystem
A numeral system used by LexoInteger and LexoDecimal to define their base.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LexoNumeralSystem
static final LexoNumeralSystem
static final LexoNumeralSystem
-
Method Summary
-
Field Details
-
BASE_10
-
BASE_36
-
BASE_64
-
-
Method Details
-
getBase
int getBase() -
getPositiveChar
char getPositiveChar() -
getNegativeChar
char getNegativeChar() -
getRadixPointChar
char getRadixPointChar() -
toDigit
int toDigit(char ch) -
toChar
char toChar(int digit)
-