Class PrefixOps<T, S extends Spliterator<T>>
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<T, PrefixOps<T,S>>
one.util.streamex.PrefixOps<T,S>
- All Implemented Interfaces:
Cloneable, Spliterator<T>
- Direct Known Subclasses:
PrefixOps.OfUnordInt, PrefixOps.OfUnordLong, PrefixOps.OfUnordRef
abstract class PrefixOps<T, S extends Spliterator<T>>
extends Internals.CloneableSpliterator<T, PrefixOps<T,S>>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class(package private) static final class(package private) static final class(package private) static final class(package private) static final class(package private) static final class(package private) static final class(package private) static classNested classes/interfaces inherited from interface Spliterator
Spliterator.OfPrimitive<T,T_CONS, T_SPLITR> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int(package private) int(package private) SFields inherited from interface Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods 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
forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics, tryAdvance, trySplit
-
Field Details
-
BUF_SIZE
private static final int BUF_SIZE- See Also:
-
source
S extends Spliterator<T> source -
idx
int idx
-
-
Constructor Details
-
PrefixOps
PrefixOps(S source)
-
-
Method Details
-
estimateSize
public long estimateSize() -
characteristics
public int characteristics()
-