Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- booleanAsByte(boolean) - Static method in class io.deephaven.util.BooleanUtils
-
Convert
booleanValueto a byte. - booleanAsByte(Boolean) - Static method in class io.deephaven.util.BooleanUtils
-
Convert
booleanValueto a byte. - booleanAsByteArray(boolean[]) - Static method in class io.deephaven.util.BooleanUtils
-
Convert an array of
booleanValuesto an array of bytes. - booleanAsByteArray(Boolean[]) - Static method in class io.deephaven.util.BooleanUtils
-
Convert an array of
booleanValuesto an array of bytes. - BooleanUtils - Class in io.deephaven.util
-
Utilities for translating boxed
Booleans to/from primitive bytes. - BooleanUtils() - Constructor for class io.deephaven.util.BooleanUtils
- byteAsBoolean(byte) - Static method in class io.deephaven.util.BooleanUtils
-
Convert
byteValueto a Boolean.
F
- FALSE_BOOLEAN_AS_BYTE - Static variable in class io.deephaven.util.BooleanUtils
-
The byte encoding of false booleans.
I
- io.deephaven.util - package io.deephaven.util
M
- MAX_BYTE - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type byte.
- MAX_CHAR - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type char.
- MAX_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type double.
- MAX_FINITE_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Maximum finite value of type double.
- MAX_FINITE_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Maximum finite value of type float.
- MAX_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type float.
- MAX_INT - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type int.
- MAX_LONG - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type long.
- MAX_SHORT - Static variable in class io.deephaven.util.QueryConstants
-
Maximum value of type short.
- MIN_BYTE - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type byte.
- MIN_CHAR - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type char.
- MIN_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type double.
- MIN_FINITE_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Minimum finite value of type double.
- MIN_FINITE_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Minimum finite value of type float.
- MIN_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type float.
- MIN_INT - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type int.
- MIN_LONG - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type long.
- MIN_POS_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Minimum positive value of type double.
- MIN_POS_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Minimum positive value of type float.
- MIN_SHORT - Static variable in class io.deephaven.util.QueryConstants
-
Minimum value of type short.
N
- NAN_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Not-a-Number (NaN) of type double.
- NAN_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Not-a-Number (NaN) of type float.
- NEG_INFINITY_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Negative infinity of type double.
- NEG_INFINITY_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Negative infinity of type float.
- NULL_BOOLEAN - Static variable in class io.deephaven.util.QueryConstants
-
Null boolean value.
- NULL_BOOLEAN_AS_BYTE - Static variable in class io.deephaven.util.BooleanUtils
-
The byte encoding of null booleans.
- NULL_BOOLEAN_AS_BYTE_BOXED - Static variable in class io.deephaven.util.BooleanUtils
-
The byte encoding of the null boolean, as a boxed Byte.
- NULL_BYTE - Static variable in class io.deephaven.util.QueryConstants
-
Null byte value.
- NULL_BYTE_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Byte value.F
- NULL_CHAR - Static variable in class io.deephaven.util.QueryConstants
-
Null char value.
- NULL_CHAR_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Character value.
- NULL_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Null double value.
- NULL_DOUBLE_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Double value.
- NULL_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Null float value.
- NULL_FLOAT_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Float value.
- NULL_INT - Static variable in class io.deephaven.util.QueryConstants
-
Null int value.
- NULL_INT_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Integer value.
- NULL_LONG - Static variable in class io.deephaven.util.QueryConstants
-
Null long value.
- NULL_LONG_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Long value.
- NULL_SHORT - Static variable in class io.deephaven.util.QueryConstants
-
Null short value.
- NULL_SHORT_BOXED - Static variable in class io.deephaven.util.QueryConstants
-
Null boxed Short value.
P
- POS_INFINITY_DOUBLE - Static variable in class io.deephaven.util.QueryConstants
-
Positive infinity of type double.
- POS_INFINITY_FLOAT - Static variable in class io.deephaven.util.QueryConstants
-
Positive infinity of type float.
Q
- QueryConstants - Class in io.deephaven.util
-
Constants for primitive types within the Deephaven engine.
T
- TRUE_BOOLEAN_AS_BYTE - Static variable in class io.deephaven.util.BooleanUtils
-
The byte encoding of true booleans.
All Classes and Interfaces|All Packages|Constant Field Values