OMS (v3.0.25)

oms3.io
Interface TableIterator<T>

All Superinterfaces:
java.util.Iterator<T>

public interface TableIterator<T>
extends java.util.Iterator<T>

An iterator that allows skipping rows in a table.

Author:
od

Method Summary
 void close()
           
 void skip(int n)
          Skip n rows
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

skip

void skip(int n)
Skip n rows

Parameters:
n - the number of lines to skip.

close

void close()

OMS (v3.0.25)

Generated 2010-08-11 08:44:20 MDT, USDA-ARS-ASRU/CSU, 2150 Center Ave, Fort Collins, CO 80526, U.S.A.