java.lang.Object
java.util.Spliterators.AbstractSpliterator<T>
org.jhotdraw8.collection.enumerator.AbstractEnumerator<T>
org.jhotdraw8.fxbase.tree.PreorderSpliterator<T>
- Type Parameters:
T- the element type
- All Implemented Interfaces:
Spliterator<T>,org.jhotdraw8.collection.enumerator.BareEnumerator<T>,org.jhotdraw8.collection.enumerator.Enumerator<T>
public class PreorderSpliterator<T>
extends org.jhotdraw8.collection.enumerator.AbstractEnumerator<T>
PreorderSpliterator.
- Author:
- Werner Randelshofer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jhotdraw8.collection.enumerator.Enumerator
org.jhotdraw8.collection.enumerator.Enumerator.OfDouble, org.jhotdraw8.collection.enumerator.Enumerator.OfInt, org.jhotdraw8.collection.enumerator.Enumerator.OfLongNested 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
Fields inherited from class org.jhotdraw8.collection.enumerator.AbstractEnumerator
currentFields inherited from interface java.util.Spliterator
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jhotdraw8.collection.enumerator.AbstractEnumerator
currentMethods inherited from class java.util.Spliterators.AbstractSpliterator
characteristics, estimateSize, trySplitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.collection.enumerator.Enumerator
tryAdvanceMethods inherited from interface java.util.Spliterator
characteristics, estimateSize, forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics, trySplit
-
Constructor Details
-
PreorderSpliterator
-
-
Method Details
-
moveNext
public boolean moveNext()
-