Searched refs:proxyEstimateSize (Results 1 – 1 of 1) sorted by relevance
67 final boolean proxyEstimateSize; field in StreamSpliteratorTest.ProxyNoExactSizeSpliterator73 ProxyNoExactSizeSpliterator(Spliterator<T> sp, boolean proxyEstimateSize) { in ProxyNoExactSizeSpliterator() argument75 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() argument122 super(sp, proxyEstimateSize); in OfInt()162 private OfLong(Spliterator.OfLong sp, boolean proxyEstimateSize) { in OfLong() argument163 super(sp, proxyEstimateSize); in OfLong()204 private OfDouble(Spliterator.OfDouble sp, boolean proxyEstimateSize) { in OfDouble() argument[all …]