public class RecordIterator extends Object implements Iterator<Record>
RecordIterator(Table table, Iterator<RecordID> recIDIter)
boolean
hasNext()
Record
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RecordIterator(Table table, Iterator<RecordID> recIDIter)
public boolean hasNext()
hasNext
Iterator<Record>
public Record next()
next
public void remove()
remove
Copyright © 2017. All rights reserved.