Class TreeSpliterator.Plain<T>
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<T, TreeSpliterator<T,T>>
one.util.streamex.TreeSpliterator<T,T>
one.util.streamex.TreeSpliterator.Plain<T>
- All Implemented Interfaces:
AutoCloseable, Cloneable, Runnable, Consumer<T>, Spliterator<T>
- Enclosing class:
TreeSpliterator<T,U>
-
Nested Class Summary
Nested classes/interfaces inherited from class TreeSpliterator
TreeSpliterator.Acceptor<T>, TreeSpliterator.Depth<T>, TreeSpliterator.DepthAcceptor<T>, TreeSpliterator.Plain<T>Nested classes/interfaces inherited from interface Spliterator
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS, T_SPLITR> -
Field Summary
FieldsFields inherited from class TreeSpliterator
cur, size, spliteratorsFields inherited from interface Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidforEachRemaining(Consumer<? super T> action) getStart()(package private) TbooleantryAdvance(Consumer<? super T> action) Methods inherited from class TreeSpliterator
accept, advance, append, characteristics, close, estimateSize, run, 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
-
mapper
-
-
Constructor Details
-
Plain
-
-
Method Details
-
tryAdvance
-
forEachRemaining
-
getStart
-
getStartElement
T getStartElement()- Specified by:
getStartElementin classTreeSpliterator<T,T>
-