Home
last modified time | relevance | path

Searched refs:proxyEstimateSize (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DStreamSpliteratorTest.java67 final boolean proxyEstimateSize; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator
73 ProxyNoExactSizeSpliterator(Spliterator<T> sp, boolean proxyEstimateSize) { in ProxyNoExactSizeSpliterator() argument
75 this.proxyEstimateSize = proxyEstimateSize; in ProxyNoExactSizeSpliterator()
102 return proxyEstimateSize ? sp.estimateSize() : Long.MAX_VALUE; in estimateSize()
112 if (proxyEstimateSize) in characteristics()
121 private OfInt(Spliterator.OfInt sp, boolean proxyEstimateSize) { in OfInt() argument
122 super(sp, proxyEstimateSize); in OfInt()
162 private OfLong(Spliterator.OfLong sp, boolean proxyEstimateSize) { in OfLong() argument
163 super(sp, proxyEstimateSize); in OfLong()
204 private OfDouble(Spliterator.OfDouble sp, boolean proxyEstimateSize) { in OfDouble() argument
[all …]