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