Class Internals.CloneableSpliterator<T, S extends Internals.CloneableSpliterator<T,?> >
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<T,S>
- All Implemented Interfaces:
Cloneable, Spliterator<T>
- Direct Known Subclasses:
ConstSpliterator, IfEmptySpliterator, OrderedCancellableSpliterator, PairPermutationSpliterator, PairSpliterator, PrefixOps, RangeBasedSpliterator, TakeDrop.UnorderedTDOfRef, TreeSpliterator, UnorderedCancellableSpliterator, WithFirstSpliterator
- Enclosing interface:
Internals
public abstract static class Internals.CloneableSpliterator<T, S extends Internals.CloneableSpliterator<T,?>>
extends Object
implements Spliterator<T>, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR> -
Field Summary
Fields inherited from interface Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Spliterator
characteristics, estimateSize, forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics, tryAdvance, trySplit
-
Constructor Details
-
CloneableSpliterator
public CloneableSpliterator()
-
-
Method Details
-
doClone
S doClone()
-