|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntRadixConstants
Constants related to different radixes for the int
data type.
Field Summary | |
---|---|
static int[] |
BASE
Bases for radixes 2, ..., 36. |
static int[] |
BASE_DIGITS
The power of the radix in each base. |
static long[] |
MAX_EXPONENT
Maximum allowed exponent for each radix. |
static int[][] |
MINIMUM_FOR_DIGITS
The minimum number in each radix to have the specified amount of digits. |
Field Detail |
---|
static final int[] BASE
static final int[] BASE_DIGITS
static final int[][] MINIMUM_FOR_DIGITS
static final long[] MAX_EXPONENT
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |