Searched defs:toArray (Results 1 – 5 of 5) sorted by relevance
12 public static int[] toArray(List<Integer> integerList) { in toArray() method in Ints
38 public int[] toArray(int[] result) { in toArray() method in IntArray
44 public int[] toArray(int[] result) { in toArray() method in IntArray
105 public char[][] toArray() { in toArray() method in CharEscaperBuilder