Class Collections

java.lang.Object
com.mapr.utils.Collections

public class Collections extends Object
  • Constructor Details

    • Collections

      public Collections()
  • Method Details

    • toIntArray

      public static int[] toIntArray(Collection<Integer> collection)
    • toLongArray

      public static long[] toLongArray(Collection<Long> collection)