Class RangeBasedSpliterator.OfSubLists<T>
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<List<T>, RangeBasedSpliterator.OfSubLists<T>>
one.util.streamex.RangeBasedSpliterator<List<T>, RangeBasedSpliterator.OfSubLists<T>>
one.util.streamex.RangeBasedSpliterator.OfSubLists<T>
- All Implemented Interfaces:
Cloneable, Spliterator<List<T>>
- Enclosing class:
RangeBasedSpliterator<T, S extends RangeBasedSpliterator<T,?>>
static final class RangeBasedSpliterator.OfSubLists<T>
extends RangeBasedSpliterator<List<T>, RangeBasedSpliterator.OfSubLists<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class RangeBasedSpliterator
RangeBasedSpliterator.AsEntry<T>, RangeBasedSpliterator.OfByte, RangeBasedSpliterator.OfChar, RangeBasedSpliterator.OfFloat, RangeBasedSpliterator.OfShort, RangeBasedSpliterator.OfSubLists<T>, RangeBasedSpliterator.ZipDouble, RangeBasedSpliterator.ZipInt, RangeBasedSpliterator.ZipLong, RangeBasedSpliterator.ZipRef<U,V, T> Nested classes/interfaces inherited from interface Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final intFields inherited from class RangeBasedSpliterator
cur, limitFields inherited from interface Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforEachRemaining(Consumer<? super List<T>> action) booleantryAdvance(Consumer<? super List<T>> action) Methods inherited from class RangeBasedSpliterator
characteristics, estimateSize, trySplitMethods inherited from class Internals.CloneableSpliterator
doCloneMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Field Details
-
source
-
length
private final int length -
shift
private final int shift -
listSize
private final int listSize
-
-
Constructor Details
-
OfSubLists
-
-
Method Details
-
tryAdvance
-
forEachRemaining
-