Package oms3.io

Interface TableIterator<T>

  • All Superinterfaces:
    Iterator<T>

    public interface TableIterator<T>
    extends Iterator<T>
    An iterator that allows skipping rows in a table.
    Author:
    od
    • Method Detail

      • skip

        void skip​(int n)
        Skip n rows
        Parameters:
        n - the number of lines to skip.