Class TreeSpliterator<T,U>

All Implemented Interfaces:
AutoCloseable, Cloneable, Runnable, Consumer<T>, Spliterator<U>
Direct Known Subclasses:
TreeSpliterator.Depth, TreeSpliterator.Plain

abstract class TreeSpliterator<T,U> extends Internals.CloneableSpliterator<U,TreeSpliterator<T,U>> implements Consumer<T>, AutoCloseable, Runnable
  • Field Details

  • Constructor Details

    • TreeSpliterator

      TreeSpliterator(T root)
  • Method Details