Searched refs:convertToIntArray (Results 1 – 3 of 3) sorted by relevance
209 int[] result = ArrayUtils.convertToIntArray(new ArrayList<>(arraySet)); in toSortedArray()
226 assertThat(ArrayUtils.convertToIntArray(list)).isEqualTo(new int[]{1, 2}); in testConverToIntArray()
302 public static int[] convertToIntArray(List<Integer> list) { in convertToIntArray() method in ArrayUtils