Searched refs:asSubList (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/test/java/util/List/
H A DLockStep.java95 Iterator it = asSubList(list).iterator();
99 Iterator it = asSubList(asSubList(list)).iterator();
103 List subList = asSubList(list);
107 List sl = asSubList(list);
108 List ssl = asSubList(sl);
112 List sl = asSubList(list);
113 List ssl = asSubList(sl);
120 final List sl = asSubList(l);
121 final List ssl = asSubList(s
156 <T> List<T> asSubList(List<T> list) { method in class:LockStep
[all...]
/openjdk10/jdk/test/java/util/ArrayList/
H A DIteratorMicroBenchmark.java185 private static <T> List<T> asSubList(List<T> list) { method in class:IteratorMicroBenchmark
306 for (Integer n : asSubList(v))
313 for (Integer n : asSubList(asSubList(asSubList(v))))
327 for (Integer n : backwards(asSubList(v)))
343 // for (Integer n : asSubList(l))
365 for (Integer n : asSubList(sv))
532 List<Integer> sl = asSubList(al);
539 List<Integer> sl = asSubList(a
[all...]
/openjdk10/jdk/test/java/util/Collection/
H A DRemoveMicroBenchmark.java222 private static <T> List<T> asSubList(List<T> list) { method in class:RemoveMicroBenchmark
H A DIteratorMicroBenchmark.java224 private static <T> List<T> asSubList(List<T> list) { method in class:IteratorMicroBenchmark

Completed in 61 milliseconds