Package one.util.streamex
Class TreeSpliterator.Depth<T>
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<U,TreeSpliterator<T,U>>
one.util.streamex.TreeSpliterator<T,Map.Entry<Integer,T>>
one.util.streamex.TreeSpliterator.Depth<T>
- All Implemented Interfaces:
AutoCloseable,Cloneable,Runnable,Consumer<T>,Spliterator<Map.Entry<Integer,T>>
- Enclosing class:
- TreeSpliterator<T,
U>
-
Nested Class Summary
Nested classes/interfaces inherited from class one.util.streamex.TreeSpliterator
TreeSpliterator.Acceptor<T>, TreeSpliterator.Depth<T>, TreeSpliterator.DepthAcceptor<T>, TreeSpliterator.Plain<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.TreeSpliterator
cur, size, spliteratorsFields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class one.util.streamex.TreeSpliterator
accept, advance, append, characteristics, close, estimateSize, run, trySplitMethods inherited from class one.util.streamex.Internals.CloneableSpliterator
doCloneMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Spliterator
getComparator, getExactSizeIfKnown, hasCharacteristics
-
Field Details
-
mapper
-
initialDepth
private final int initialDepth
-
-
Constructor Details
-
Depth
-
-
Method Details
-
tryAdvance
-
forEachRemaining
-
getStart
-
getStartElement
- Specified by:
getStartElementin classTreeSpliterator<T,Map.Entry<Integer, T>>
-