Searched defs:buildList (Results 1 – 3 of 3) sorted by relevance
205 private static <T> List<T> buildList(T[] array) { in buildList() method209 private static List<Integer> buildList(int[] array) { in buildList() method
98 private static <T extends List<Integer>> List<Integer> buildList( in buildList() method in CollectionsPerfTest
398 private void buildList() { in buildList() method in ShadeListBuilder