Package one.util.streamex
Class RangeBasedSpliterator.ZipRef<U,V,T>
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<T,S>
one.util.streamex.RangeBasedSpliterator<T,RangeBasedSpliterator.ZipRef<U,V,T>>
one.util.streamex.RangeBasedSpliterator.ZipRef<U,V,T>
- All Implemented Interfaces:
Cloneable
,Spliterator<T>
- Enclosing class:
- RangeBasedSpliterator<T,
S extends RangeBasedSpliterator<T, ?>>
static final class RangeBasedSpliterator.ZipRef<U,V,T>
extends RangeBasedSpliterator<T,RangeBasedSpliterator.ZipRef<U,V,T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class one.util.streamex.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 java.util.Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T extends Object,
T_CONS extends Object, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
FieldsFields inherited from class one.util.streamex.RangeBasedSpliterator
cur, limit
Fields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
forEachRemaining
(Consumer<? super T> action) boolean
tryAdvance
(Consumer<? super T> action) Methods inherited from class one.util.streamex.RangeBasedSpliterator
characteristics, estimateSize, trySplit
Methods inherited from class one.util.streamex.Internals.CloneableSpliterator
doClone
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Field Details
-
l1
-
l2
-
mapper
-
-
Constructor Details
-
ZipRef
-
-
Method Details
-
tryAdvance
-
forEachRemaining
-