Modifier and Type | Field and Description |
---|---|
private static final short[] | |
private static final JavaLangAccess |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static int | Returns: the last index usedvalue to convert value, int insert point + 1 index, byte[] byte buffer to copy into buffer)Insert digits for long value in buffer from high index to low index. |
public static int | Returns: the last index usedvalue to convert value, int insert point + 1 index, byte[] byte buffer to copy into buffer)This is a variant of |
public static int | Returns: number of digitsvalue to convert value)Calculate the number of digits required to represent the long. |
DIGITS | back to summary |
---|---|
private static final short[] DIGITS
|
JLA | back to summary |
---|---|
private static final JavaLangAccess JLA |
OctalDigits | back to summary |
---|---|
private OctalDigits() Constructor. |
getCharsLatin1 | back to summary |
---|---|
public static int getCharsLatin1(long value, int index, byte[] buffer) Insert digits for long value in buffer from high index to low index.
|
getCharsUTF16 | back to summary |
---|---|
public static int getCharsUTF16(long value, int index, byte[] buffer) This is a variant of
|
stringSize | back to summary |
---|---|
public static int stringSize(long value) Calculate the number of digits required to represent the long.
|