@Immutable public final class CGlobal extends Object
| Modifier and Type | Field and Description |
|---|---|
static BigDecimal |
BIGDEC_10
The BigDecimal representation of 10
|
static BigDecimal |
BIGDEC_100
The BigDecimal representation of 100
|
static BigDecimal |
BIGDEC_1000
The BigDecimal representation of 1000
|
static BigDecimal |
BIGDEC_2
The BigDecimal representation of 2
|
static BigDecimal |
BIGDEC_3
The BigDecimal representation of 3
|
static BigDecimal |
BIGDEC_4
The BigDecimal representation of 4
|
static BigDecimal |
BIGDEC_5
The BigDecimal representation of 5
|
static BigDecimal |
BIGDEC_50
The BigDecimal representation of 50
|
static BigDecimal |
BIGDEC_6
The BigDecimal representation of 6
|
static BigDecimal |
BIGDEC_7
The BigDecimal representation of 7
|
static BigDecimal |
BIGDEC_8
The BigDecimal representation of 8
|
static BigDecimal |
BIGDEC_9
The BigDecimal representation of 9
|
static BigDecimal |
BIGDEC_MAX_BYTE
The BigDecimal for the largest possible byte value
|
static BigDecimal |
BIGDEC_MAX_CHAR
The BigDecimal for the largest possible character value
|
static BigDecimal |
BIGDEC_MAX_DOUBLE
The BigDecimal for the largest possible double value
|
static BigDecimal |
BIGDEC_MAX_FLOAT
The BigDecimal for the largest possible float value
|
static BigDecimal |
BIGDEC_MAX_INT
The BigDecimal for the largest possible int value
|
static BigDecimal |
BIGDEC_MAX_LONG
The BigDecimal for the largest possible long value
|
static BigDecimal |
BIGDEC_MAX_SHORT
The BigDecimal for the largest possible short value
|
static BigDecimal |
BIGDEC_MIN_BYTE
The BigDecimal for the smallest possible byte value
|
static BigDecimal |
BIGDEC_MIN_CHAR
The BigDecimal for the smallest possible character value
|
static BigDecimal |
BIGDEC_MIN_DOUBLE
The BigDecimal for the smallest possible double value
|
static BigDecimal |
BIGDEC_MIN_FLOAT
The BigDecimal for the smallest possible float value
|
static BigDecimal |
BIGDEC_MIN_INT
The BigDecimal for the smallest possible int value
|
static BigDecimal |
BIGDEC_MIN_LONG
The BigDecimal for the smallest possible long value
|
static BigDecimal |
BIGDEC_MIN_SHORT
The BigDecimal for the smallest possible short value
|
static BigDecimal |
BIGDEC_MINUS_ONE
The BigDecimal representation of -1
|
static BigInteger |
BIGINT_10
The BigInteger representation of 10
|
static BigInteger |
BIGINT_100
The BigInteger representation of 100
|
static BigInteger |
BIGINT_1000
The BigInteger representation of 1000
|
static BigInteger |
BIGINT_2
The BigInteger representation of 2
|
static BigInteger |
BIGINT_3
The BigInteger representation of 3
|
static BigInteger |
BIGINT_4
The BigInteger representation of 4
|
static BigInteger |
BIGINT_5
The BigInteger representation of 5
|
static BigInteger |
BIGINT_50
The BigInteger representation of 50
|
static BigInteger |
BIGINT_6
The BigInteger representation of 6
|
static BigInteger |
BIGINT_7
The BigInteger representation of 7
|
static BigInteger |
BIGINT_8
The BigInteger representation of 8
|
static BigInteger |
BIGINT_9
The BigInteger representation of 9
|
static BigInteger |
BIGINT_MAX_BYTE
The BigInteger for the largest possible byte value
|
static BigInteger |
BIGINT_MAX_CHAR
The BigInteger for the largest possible character value
|
static BigInteger |
BIGINT_MAX_INT
The BigInteger for the largest possible int value
|
static BigInteger |
BIGINT_MAX_LONG
The BigInteger for the largest possible long value
|
static BigInteger |
BIGINT_MAX_SHORT
The BigInteger for the largest possible short value
|
static BigInteger |
BIGINT_MIN_BYTE
The BigInteger for the smallest possible byte value
|
static BigInteger |
BIGINT_MIN_CHAR
The BigInteger for the smallest possible character value
|
static BigInteger |
BIGINT_MIN_INT
The BigInteger for the smallest possible int value
|
static BigInteger |
BIGINT_MIN_LONG
The BigInteger for the smallest possible long value
|
static BigInteger |
BIGINT_MIN_SHORT
The BigInteger for the smallest possible short value
|
static BigInteger |
BIGINT_MINUS_ONE
The BigInteger representation of -1
|
static int |
BIT_NOT_SET
Value if a bit is not set.
|
static int |
BIT_SET
Value if a bit is set.
|
static int |
BITS_PER_BYTE
Number of bits in a byte.
|
static int |
BITS_PER_INT
Number of bits in an int.
|
static int |
BITS_PER_LONG
Number of bits in a long.
|
static int |
BITS_PER_SHORT
Number of bits in a short.
|
static long |
BYTES_PER_GIGABYTE
Bytes per gigabyte.
|
static int |
BYTES_PER_KILOBYTE
Bytes per kilobyte.
|
static long |
BYTES_PER_KILOBYTE_LONG
Bytes per kilobyte.
|
static int |
BYTES_PER_MEGABYTE
Bytes per megabyte.
|
static long |
BYTES_PER_PETABYTE
Bytes per petabyte.
|
static long |
BYTES_PER_TERABYTE
Bytes per terabyte.
|
static float |
CM_PER_INCH
Centimeter per inch (2.54)
|
static int |
CURRENT_YEAR
The year when the application was started.
|
static boolean |
DEFAULT_BOOLEAN
Default boolean value
|
static Boolean |
DEFAULT_BOOLEAN_OBJ
Boolean value of
DEFAULT_BOOLEAN |
static byte |
DEFAULT_BYTE
Default byte value
|
static Byte |
DEFAULT_BYTE_OBJ
Byte value of
DEFAULT_BYTE |
static char |
DEFAULT_CHAR
Default char value
|
static Character |
DEFAULT_CHAR_OBJ
Character value of
DEFAULT_CHAR |
static double |
DEFAULT_DOUBLE
Default double value
|
static Double |
DEFAULT_DOUBLE_OBJ
Double value of
DEFAULT_DOUBLE |
static float |
DEFAULT_FLOAT
Default float value
|
static Float |
DEFAULT_FLOAT_OBJ
Float value of
DEFAULT_FLOAT |
static int |
DEFAULT_INT
Default int value
|
static Integer |
DEFAULT_INT_OBJ
Integer value of
DEFAULT_INT |
static String |
DEFAULT_LANGUAGE
The default language in case no other language is specified.
|
static Locale |
DEFAULT_LOCALE
The very hardcoded default locale that cannot be changed and contains a
language and a country.
|
static long |
DEFAULT_LONG
Default long value
|
static Long |
DEFAULT_LONG_OBJ
Long value of
DEFAULT_LONG |
static short |
DEFAULT_SHORT
Default short value
|
static Short |
DEFAULT_SHORT_OBJ
Short value of
DEFAULT_SHORT |
static int |
HEX_RADIX
Radix for hexadecimal values.
|
static int |
HOURS_PER_DAY
Hours in a day.
|
static char |
ILLEGAL_CHAR
Represents an illegal character.
|
static double |
ILLEGAL_DOUBLE
Represents an illegal double.
|
static float |
ILLEGAL_FLOAT
Represents an illegal float.
|
static int |
ILLEGAL_UINT
Represents an illegal unsigned integer.
|
static long |
ILLEGAL_ULONG
Represents an illegal unsigned long.
|
static short |
ILLEGAL_USHORT
Represents an illegal unsigned short.
|
static int |
INDEFINITE_ENTRIES
constant for an indefinite number of entries.
|
static Locale |
LOCALE_ALL
the default locale which means "all locales".
|
static Locale |
LOCALE_FIXED_NUMBER_FORMAT
The number for formatting numbers in a machine readable way.
|
static Locale |
LOCALE_INDEPENDENT
the default locale which means "locale independent".
|
static char |
LOCALE_SEPARATOR
Separates language and country in a locale string representation.
|
static String |
LOCALE_SEPARATOR_STR
Separates language and country in a locale string representation.
|
static int |
MAX_BYTE_VALUE
The maximum number that can be represented by a single byte.
|
static long |
MICROSECONDS_PER_MILLISECOND
Micro seconds per millisecond.
|
static long |
MICROSECONDS_PER_SECOND
Micro seconds per second.
|
static long |
MILLISECONDS_PER_HOUR
Milliseconds per hour.
|
static long |
MILLISECONDS_PER_MINUTE
Milliseconds per second.
|
static long |
MILLISECONDS_PER_SECOND
Milliseconds per second.
|
static int |
MINUTES_PER_DAY
Minutes in a day.
|
static int |
MINUTES_PER_HOUR
Minutes in an hour.
|
static float |
MM_PER_INCH
Millimeter per inch (25.4)
|
static long |
NANOSECONDS_PER_MICROSECOND
Nanoseconds per microsecond.
|
static long |
NANOSECONDS_PER_MILLISECOND
Nanoseconds per millisecond.
|
static long |
NANOSECONDS_PER_SECOND
Nano seconds per second.
|
static int |
SECONDS_PER_DAY
Seconds in a day.
|
static int |
SECONDS_PER_HOUR
Seconds in an hour.
|
static int |
SECONDS_PER_MINUTE
Seconds in a minute.
|
static String |
STR_ALL
The language string representing the "all" locale.
|
static String |
STR_INDEPENDENT
The language string representing the "independent" locale.
|
public static final int BITS_PER_BYTE
public static final int BITS_PER_SHORT
public static final int BITS_PER_INT
public static final int BITS_PER_LONG
public static final int BIT_SET
public static final int BIT_NOT_SET
public static final int MAX_BYTE_VALUE
public static final int HEX_RADIX
public static final short ILLEGAL_USHORT
public static final int ILLEGAL_UINT
public static final long ILLEGAL_ULONG
public static final float ILLEGAL_FLOAT
public static final double ILLEGAL_DOUBLE
public static final char ILLEGAL_CHAR
public static final int INDEFINITE_ENTRIES
public static final int BYTES_PER_KILOBYTE
public static final long BYTES_PER_KILOBYTE_LONG
public static final int BYTES_PER_MEGABYTE
public static final long BYTES_PER_GIGABYTE
public static final long BYTES_PER_TERABYTE
public static final long BYTES_PER_PETABYTE
public static final int HOURS_PER_DAY
public static final int MINUTES_PER_HOUR
public static final int MINUTES_PER_DAY
public static final int SECONDS_PER_MINUTE
public static final int SECONDS_PER_HOUR
public static final int SECONDS_PER_DAY
public static final long MILLISECONDS_PER_SECOND
public static final long MILLISECONDS_PER_MINUTE
public static final long MILLISECONDS_PER_HOUR
public static final long MICROSECONDS_PER_MILLISECOND
public static final long MICROSECONDS_PER_SECOND
public static final long NANOSECONDS_PER_MICROSECOND
public static final long NANOSECONDS_PER_MILLISECOND
public static final long NANOSECONDS_PER_SECOND
public static final BigInteger BIGINT_MAX_BYTE
public static final BigInteger BIGINT_MIN_BYTE
public static final BigInteger BIGINT_MAX_CHAR
public static final BigInteger BIGINT_MIN_CHAR
public static final BigInteger BIGINT_MAX_SHORT
public static final BigInteger BIGINT_MIN_SHORT
public static final BigInteger BIGINT_MAX_INT
public static final BigInteger BIGINT_MIN_INT
public static final BigInteger BIGINT_MAX_LONG
public static final BigInteger BIGINT_MIN_LONG
public static final BigInteger BIGINT_MINUS_ONE
public static final BigInteger BIGINT_2
public static final BigInteger BIGINT_3
public static final BigInteger BIGINT_4
public static final BigInteger BIGINT_5
public static final BigInteger BIGINT_6
public static final BigInteger BIGINT_7
public static final BigInteger BIGINT_8
public static final BigInteger BIGINT_9
public static final BigInteger BIGINT_10
public static final BigInteger BIGINT_50
public static final BigInteger BIGINT_100
public static final BigInteger BIGINT_1000
public static final BigDecimal BIGDEC_MAX_BYTE
public static final BigDecimal BIGDEC_MIN_BYTE
public static final BigDecimal BIGDEC_MAX_CHAR
public static final BigDecimal BIGDEC_MIN_CHAR
public static final BigDecimal BIGDEC_MAX_SHORT
public static final BigDecimal BIGDEC_MIN_SHORT
public static final BigDecimal BIGDEC_MAX_INT
public static final BigDecimal BIGDEC_MIN_INT
public static final BigDecimal BIGDEC_MAX_LONG
public static final BigDecimal BIGDEC_MIN_LONG
public static final BigDecimal BIGDEC_MAX_FLOAT
public static final BigDecimal BIGDEC_MIN_FLOAT
public static final BigDecimal BIGDEC_MAX_DOUBLE
public static final BigDecimal BIGDEC_MIN_DOUBLE
public static final BigDecimal BIGDEC_MINUS_ONE
public static final BigDecimal BIGDEC_2
public static final BigDecimal BIGDEC_3
public static final BigDecimal BIGDEC_4
public static final BigDecimal BIGDEC_5
public static final BigDecimal BIGDEC_6
public static final BigDecimal BIGDEC_7
public static final BigDecimal BIGDEC_8
public static final BigDecimal BIGDEC_9
public static final BigDecimal BIGDEC_10
public static final BigDecimal BIGDEC_50
public static final BigDecimal BIGDEC_100
public static final BigDecimal BIGDEC_1000
public static final char LOCALE_SEPARATOR
public static final String LOCALE_SEPARATOR_STR
public static final Locale DEFAULT_LOCALE
Locale.US.public static final String DEFAULT_LANGUAGE
public static final String STR_ALL
LOCALE_ALL.public static final Locale LOCALE_ALL
public static final String STR_INDEPENDENT
LOCALE_INDEPENDENT.public static final Locale LOCALE_INDEPENDENT
public static final Locale LOCALE_FIXED_NUMBER_FORMAT
Locale.ENGLISH which has no country part!public static final int CURRENT_YEAR
public static final float CM_PER_INCH
public static final float MM_PER_INCH
public static final boolean DEFAULT_BOOLEAN
public static final byte DEFAULT_BYTE
public static final char DEFAULT_CHAR
public static final double DEFAULT_DOUBLE
public static final float DEFAULT_FLOAT
public static final int DEFAULT_INT
public static final long DEFAULT_LONG
public static final short DEFAULT_SHORT
public static final Boolean DEFAULT_BOOLEAN_OBJ
DEFAULT_BOOLEANpublic static final Byte DEFAULT_BYTE_OBJ
DEFAULT_BYTEpublic static final Character DEFAULT_CHAR_OBJ
DEFAULT_CHARpublic static final Double DEFAULT_DOUBLE_OBJ
DEFAULT_DOUBLEpublic static final Float DEFAULT_FLOAT_OBJ
DEFAULT_FLOATpublic static final Integer DEFAULT_INT_OBJ
DEFAULT_INTpublic static final Long DEFAULT_LONG_OBJ
DEFAULT_LONGpublic static final Short DEFAULT_SHORT_OBJ
DEFAULT_SHORTCopyright © 2014–2015 Philip Helger. All rights reserved.