JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
_0
_1
_2
_3
_4
_5
_6
_7
_8
_9
Field Details
toLong
fromLong
toChar
fromChar
Constructor Details
Digit()
Method Details
values()
valueOf(String)
toLong()
toChar()
fromLong(long)
fromChar(char)
Enum Constant Summary
Enum Constants
Field Summary
Fields
First-class conversion from a character to a digit.
First-class conversion from a long to a digit.
First-class conversion from a digit to a character.
First-class conversion from digit to a long.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Converts the given character in the given long value to a digit.
Converts the right-most digit in the given long value to a digit.
char
Converts this digit to a character.
long
Converts this digit to a long.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf