Class IfEmptySpliterator<T>

All Implemented Interfaces:
Cloneable, Spliterator<T>

class IfEmptySpliterator<T> extends Internals.CloneableSpliterator<T,IfEmptySpliterator<T>>
  • Field Details

  • Constructor Details

  • Method Details

    • tryInit

      void tryInit()
    • tryAdvance

      public boolean tryAdvance(Consumer<? super T> action)
    • forEachRemaining

      public void forEachRemaining(Consumer<? super T> action)
    • drawState

      boolean drawState()
    • trySplit

      public Spliterator<T> trySplit()
    • estimateSize

      public long estimateSize()
    • characteristics

      public int characteristics()