Searched defs:toIntArray (Results 1 – 2 of 2) sorted by relevance
27 public static int[] toIntArray(float[] value) { in toIntArray() method in Conversion
144 public static int[] toIntArray(List<Integer> list) { in toIntArray() method in ArrayUtils