Searched refs:SortedEmptySpliterator (Results 1 – 1 of 1) sorted by relevance
338 class SortedEmptySpliterator implements Spliterator<Object> { in testSpliteratorSorted() class341 SortedEmptySpliterator(Comparator<Object> c) { in testSpliteratorSorted() method in StreamOpFlagsTest.SortedEmptySpliterator372 int flags = StreamOpFlag.fromCharacteristics(new SortedEmptySpliterator(null)); in testSpliteratorSorted()377 int flags = StreamOpFlag.fromCharacteristics(new SortedEmptySpliterator((a, b) -> 0)); in testSpliteratorSorted()