64656667686970
abstract protected Footer init() throws IOException; @Override public TableIterator iterator() { return new TableIterator(this, indexBlock.iterator()); }
1580158115821583158415851586
* Return a TableIterator over the given rows of this table. * @param rows an iterator over the table rows to visit * @return a TableIterator over this table */ public TableIterator iterator(IntIterator rows) { return new TableIterator(this, rows); }