Class TableIterator


  • public final class TableIterator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      Table next()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableIterator

        public TableIterator​(Range range)
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public Table next()