Package io.deephaven.datastructures.util
Class CollectionUtil
java.lang.Object
io.deephaven.datastructures.util.CollectionUtil
Deprecated, for removal: This API element is subject to removal in a future version.
Utility methods for creating collections.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte[]
Deprecated, for removal: This API element is subject to removal in a future version.static final double[]
Deprecated, for removal: This API element is subject to removal in a future version.static final double[][]
Deprecated, for removal: This API element is subject to removal in a future version.static final float[]
Deprecated, for removal: This API element is subject to removal in a future version.static final int[]
Deprecated, for removal: This API element is subject to removal in a future version.static final int[][]
Deprecated, for removal: This API element is subject to removal in a future version.static final long[]
Deprecated, for removal: This API element is subject to removal in a future version.static final Object[]
Deprecated, for removal: This API element is subject to removal in a future version.static final short[]
Deprecated, for removal: This API element is subject to removal in a future version.static final String[]
Deprecated, for removal: This API element is subject to removal in a future version.static final String[][]
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
ZERO_LENGTH_SHORT_ARRAY
public static final short[] ZERO_LENGTH_SHORT_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_BYTE_ARRAY
public static final byte[] ZERO_LENGTH_BYTE_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_INT_ARRAY
public static final int[] ZERO_LENGTH_INT_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_INT_ARRAY_ARRAY
public static final int[][] ZERO_LENGTH_INT_ARRAY_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_LONG_ARRAY
public static final long[] ZERO_LENGTH_LONG_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_FLOAT_ARRAY
public static final float[] ZERO_LENGTH_FLOAT_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_DOUBLE_ARRAY
public static final double[] ZERO_LENGTH_DOUBLE_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_DOUBLE_ARRAY_ARRAY
public static final double[][] ZERO_LENGTH_DOUBLE_ARRAY_ARRAYDeprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_OBJECT_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_STRING_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version. -
ZERO_LENGTH_STRING_ARRAY_ARRAY
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
CollectionUtil
public CollectionUtil()Deprecated, for removal: This API element is subject to removal in a future version.
-