Class CollectionUtil

java.lang.Object
io.deephaven.datastructures.util.CollectionUtil

@Deprecated(forRemoval=true) public class CollectionUtil extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Utility methods for creating collections.
  • Field Details

    • ZERO_LENGTH_SHORT_ARRAY

      public static final short[] ZERO_LENGTH_SHORT_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_BYTE_ARRAY

      public static final byte[] ZERO_LENGTH_BYTE_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_INT_ARRAY

      public static final int[] ZERO_LENGTH_INT_ARRAY
      Deprecated, 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_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_LONG_ARRAY

      public static final long[] ZERO_LENGTH_LONG_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_FLOAT_ARRAY

      public static final float[] ZERO_LENGTH_FLOAT_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_DOUBLE_ARRAY

      public static final double[] ZERO_LENGTH_DOUBLE_ARRAY
      Deprecated, 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_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_OBJECT_ARRAY

      public static final Object[] ZERO_LENGTH_OBJECT_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_STRING_ARRAY

      public static final String[] ZERO_LENGTH_STRING_ARRAY
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ZERO_LENGTH_STRING_ARRAY_ARRAY

      public static final String[][] 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.