@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_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_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
|
static int |
CURRENT_YEAR
The year when the application was started.
|
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.
|
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 String |
LINE_SEPARATOR
The system line separator
|
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 milli second.
|
static long |
MICROSECONDS_PER_SECOND
Micro seconds per second.
|
static long |
MILLISECONDS_PER_HOUR
Milli seconds per hour.
|
static long |
MILLISECONDS_PER_MINUTE
Milli seconds per second.
|
static long |
MILLISECONDS_PER_SECOND
Milli seconds 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
|
static long |
NANOSECONDS_PER_MICROSECOND
Nano seconds per micro second.
|
static long |
NANOSECONDS_PER_MILLISECOND
Nano seconds per milli second.
|
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_10
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_10
public static final BigDecimal BIGDEC_100
public static final BigDecimal BIGDEC_1000
public static final String LINE_SEPARATOR
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
Copyright © 2006–2015 phloc systems. All rights reserved.