Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DSpliterators.java951 private long estimatedSize; // if >= 0, the estimated size, to help to split evenly field in Spliterators.ArraySpliterator
996 … ArraySpliterator(Object[] array, int origin, int fence, int characteristics, long estimatedSize) { in ArraySpliterator()
1067 private long estimatedSize; // estimated size, to help to split evenly field in Spliterators.IntArraySpliterator
1097 … IntArraySpliterator(int[] array, int origin, int fence, int characteristics, long estimatedSize) { in IntArraySpliterator()
1166 private long estimatedSize; // estimated size, to help to split evenly field in Spliterators.LongArraySpliterator
1196 …ongArraySpliterator(long[] array, int origin, int fence, int characteristics, long estimatedSize) { in LongArraySpliterator()
1265 private long estimatedSize; // estimated size, to help to split evenly field in Spliterators.DoubleArraySpliterator
1295 …eArraySpliterator(double[] array, int origin, int fence, int characteristics, long estimatedSize) { in DoubleArraySpliterator()