Package one.util.streamex
Class TreeSpliterator.Depth<T>
java.lang.Object
one.util.streamex.Internals.CloneableSpliterator<Map.Entry<Integer,T>,TreeSpliterator<T,Map.Entry<Integer,T>>>
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,
T_CONS, T_SPLITR extends Spliterator.OfPrimitive<T, T_CONS, T_SPLITR>> -
Field Summary
FieldsFields inherited from class one.util.streamex.TreeSpliterator
cur, size, spliterators
Fields 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, 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
-
mapper
-
initialDepth
private final int initialDepth
-
-
Constructor Details
-
Depth
-
-
Method Details
-
tryAdvance
-
forEachRemaining
-
getStart
-
getStartElement
- Specified by:
getStartElement
in classTreeSpliterator<T,
Map.Entry<Integer, T>>
-