Searched refs:aList (Results 1 – 3 of 3) sorted by relevance
98 List<Integer> aList = new ArrayList<>(intsAsList);105 … (ints.length) <= 1 ? aList.subList(0, 0) : aList.subList(1, ints.length / 2)));
104 List<Integer> aList = new ArrayList<>(intsAsList);111 … (ints.length) <= 1 ? aList.subList(0, 0) : aList.subList(1, ints.length / 2)));
108 List aList = deepToList(a); in test() local110 equal(Arrays.deepToString(a), aList.toString()); in test()111 equal(Arrays.deepHashCode(a), aList.hashCode()); in test()