public class D4StructureDataIterator extends java.lang.Object implements StructureDataIterator
Modifier and Type | Field and Description |
---|---|
protected StructureData[] |
list |
protected int |
position |
Constructor and Description |
---|
D4StructureDataIterator() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentRecno() |
boolean |
hasNext()
See if theres more StructureData in the iteration.
|
StructureData |
next()
Get the next StructureData in the iteration.
|
StructureDataIterator |
reset()
Start the iteration over again.
|
D4StructureDataIterator |
setList(StructureData[] list) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, finish, setBufferSize
protected StructureData[] list
protected int position
public D4StructureDataIterator setList(StructureData[] list)
public boolean hasNext() throws java.io.IOException
StructureDataIterator
hasNext
in interface StructureDataIterator
java.io.IOException
- on read errorpublic StructureData next() throws java.io.IOException
StructureDataIterator
next
in interface StructureDataIterator
java.io.IOException
- on read errorpublic StructureDataIterator reset()
StructureDataIterator
reset
in interface StructureDataIterator
public int getCurrentRecno()
getCurrentRecno
in interface StructureDataIterator