Home
last modified time | relevance | path

Searched defs:spliterable (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DSpliteratorTester.java113 Iterable<T> spliterable, List<T> expectedElements) { in runBasicSplitTests()
159 public static <T> void assertSupportsTrySplit(Iterable spliterable) { in assertSupportsTrySplit()
173 public static <T> void runBasicSplitTests(Iterable<T> spliterable, in runBasicSplitTests()
192 public static <T> void runOrderedTests(Iterable<T> spliterable) { in runOrderedTests()
240 public static <T> void runSizedTests(Iterable<T> spliterable, int expectedSize) { in runSizedTests()
268 public static <T> void runSubSizedTests(Iterable<T> spliterable, int expectedSize) { in runSubSizedTests()
272 public static <T> void runDistinctTests(Iterable<T> spliterable) { in runDistinctTests()
306 public static <T> void runSortedTests(Iterable<T> spliterable, Comparator<T> comparator) { in runSortedTests()
325 public static <T extends Comparable<T>> void runSortedTests(Iterable<T> spliterable) { in runSortedTests()