Class TableSpliterator

  • All Implemented Interfaces:
    java.util.Spliterator<Table.Row>

    @IgnoreJRERequirement
    public class TableSpliterator
    extends java.lang.Object
    implements java.util.Spliterator<Table.Row>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Spliterator

        java.util.Spliterator.OfDouble, java.util.Spliterator.OfInt, java.util.Spliterator.OfLong, java.util.Spliterator.OfPrimitive<T extends java.lang.Object,​T_CONS extends java.lang.Object,​T_SPLITR extends java.util.Spliterator.OfPrimitive<T,​T_CONS,​T_SPLITR>>
    • Field Summary

      • Fields inherited from interface java.util.Spliterator

        CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
    • Constructor Detail

      • TableSpliterator

        public TableSpliterator​(Table table)
    • Method Detail

      • characteristics

        public int characteristics()
        Specified by:
        characteristics in interface java.util.Spliterator<Table.Row>
      • estimateSize

        public long estimateSize()
        Specified by:
        estimateSize in interface java.util.Spliterator<Table.Row>
      • tryAdvance

        public boolean tryAdvance​(java.util.function.Consumer<? super Table.Row> action)
        Specified by:
        tryAdvance in interface java.util.Spliterator<Table.Row>
      • forEachRemaining

        public void forEachRemaining​(java.util.function.Consumer<? super Table.Row> action)
        Specified by:
        forEachRemaining in interface java.util.Spliterator<Table.Row>
      • getTable

        public Table getTable()