Class PostorderSpliterator<T>

java.lang.Object
java.util.Spliterators.AbstractSpliterator<T>
org.jhotdraw8.fxbase.tree.PostorderSpliterator<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Spliterator<T>

public class PostorderSpliterator<T> extends Spliterators.AbstractSpliterator<T>
PostorderSpliterator.
Author:
Werner Randelshofer
  • Constructor Details

    • PostorderSpliterator

      public PostorderSpliterator(Function<T,Iterable<T>> getChildrenFunction, T root)
  • Method Details

    • tryAdvance

      public boolean tryAdvance(Consumer<? super T> consumer)