public class HemfRecordIterator extends Object implements Iterator<HemfRecord>
| Constructor and Description |
|---|
HemfRecordIterator(LittleEndianInputStream leis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
HemfRecord |
next() |
void |
remove()
This method is not yet supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic HemfRecordIterator(LittleEndianInputStream leis)
public boolean hasNext()
hasNext in interface Iterator<HemfRecord>public HemfRecord next()
next in interface Iterator<HemfRecord>public void remove()
remove in interface Iterator<HemfRecord>UnsupportedOperationException - this method is not yet supported