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

/libcore/ojluni/src/main/java/java/util/stream/
H A DSpinedBuffer.java300 E[] splChunk;
309 splChunk = (spine == null) ? curChunk : spine[firstSpineIndex];
333 consumer.accept(splChunk[splElementIndex++]);
335 if (splElementIndex == splChunk.length) {
339 splChunk = spine[splSpineIndex];
362 E[] chunk = (splSpineIndex == lastSpineIndex) ? splChunk : spine[lastSpineIndex];
382 splChunk = spine[splSpineIndex];
390 Spliterator<E> ret = Arrays.spliterator(splChunk, splElementIndex, splElementIndex + t);
618 T_ARR splChunk; field in class:SpinedBuffer.OfPrimitive.BaseSpliterator
627 splChunk
[all...]

Completed in 38 milliseconds