Index
All Classes and Interfaces|All Packages
C
- CollectionUtil - Class in io.deephaven.datastructures.util
-
Utility methods for creating collections.
- CollectionUtil() - Constructor for class io.deephaven.datastructures.util.CollectionUtil
- combineHashCodes(Object...) - Static method in class io.deephaven.datastructures.util.HashCodeUtil
- containsNull(E[]) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Determines if an array contains a null.
- convertDoublesToPrimitiveArray(Collection<Double>) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Converts a List of Doubles to an array of doubles.
- convertIntegersToPrimitiveArray(Collection<Integer>) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Converts a Collection of Integers to an array of ints.
- convertLongsToPrimitiveArray(Collection<Long>) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Converts a Collection of Integers to an array of ints.
- createHashCode(Object[]) - Static method in class io.deephaven.datastructures.util.HashCodeUtil
H
- HashCodeUtil - Class in io.deephaven.datastructures.util
- HashCodeUtil() - Constructor for class io.deephaven.datastructures.util.HashCodeUtil
I
- invertMap(Map<V, K>) - Static method in class io.deephaven.datastructures.util.CollectionUtil
- io.deephaven.datastructures.util - package io.deephaven.datastructures.util
L
- listFromArray(E...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
M
- mapFromArray(Class<K>, Class<V>, boolean, Object...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
- mapFromArray(Class<K>, Class<V>, Object...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
N
- newSizedHashMap(int) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Returns an empty
HashMapwith a big enough capacity such that the given number of entries can be added without resizing. - newSizedHashSet(int) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Returns an empty
HashSetwith a big enough capacity such that the given number of entries can be added without resizing. - newSizedLinkedHashMap(int) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Returns an empty
LinkedHashMapwith a big enough capacity such that the given number of entries can be added without resizing. - newSizedLinkedHashSet(int) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Returns an empty
LinkedHashSetwith a big enough capacity such that the given number of entries can be added without resizing.
S
- setFromArray(Class<TYPE>, Object...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
- setFromArray(E...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
- shuffle(E[], Random) - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Shuffles the elements in an array.
T
- toHashCode(double) - Static method in class io.deephaven.datastructures.util.HashCodeUtil
- toHashCode(long) - Static method in class io.deephaven.datastructures.util.HashCodeUtil
- toHashCode(Object) - Static method in class io.deephaven.datastructures.util.HashCodeUtil
U
- UNIVERSAL_SET - Static variable in class io.deephaven.datastructures.util.CollectionUtil
-
The universal set (immutable).
- universalSet() - Static method in class io.deephaven.datastructures.util.CollectionUtil
-
Returns the universal set (immutable).
- unmodifiableInvertMap(Map<V, K>) - Static method in class io.deephaven.datastructures.util.CollectionUtil
- unmodifiableMapFromArray(Class<K>, Class<V>, Object...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
- unmodifiableSetFromArray(E...) - Static method in class io.deephaven.datastructures.util.CollectionUtil
Z
- ZERO_LENGTH_BYTE_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_DOUBLE_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_DOUBLE_ARRAY_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_FLOAT_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_INT_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_INT_ARRAY_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_LONG_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_OBJECT_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_SHORT_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_STRING_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
- ZERO_LENGTH_STRING_ARRAY_ARRAY - Static variable in class io.deephaven.datastructures.util.CollectionUtil
All Classes and Interfaces|All Packages