Searched defs:toList (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/util/ | ||
D | CollectionUtilsTest.java | 67 private <T> List<T> toList(Iterable<T> iterable) { in toList() method in CollectionUtilsTest |
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ | ||
D | IntNodeTest.java | 71 private List<Integer> toList(int[] a) { in toList() method in IntNodeTest |
D | LongNodeTest.java | 71 private List<Long> toList(long[] a) { in toList() method in LongNodeTest |
D | DoubleNodeTest.java | 71 private List<Double> toList(double[] a) { in toList() method in DoubleNodeTest |
/libcore/luni/src/main/java/java/util/concurrent/ | ||
D | ConcurrentSkipListMap.java | 2322 static final <E> List<E> toList(Collection<E> c) { in toList() method in ConcurrentSkipListMap |