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

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DInfiniteStreamWithLimitOpTest.java275 private Spliterator.OfLong proxyNotSubsized(Spliterator.OfLong s) { method in class:InfiniteStreamWithLimitOpTest
303 () -> StreamSupport.longStream(proxyNotSubsized(LongStream.range(l, u).spliterator()), false));

Completed in 62 milliseconds