public class StructureDataIteratorIndexed extends Object implements StructureDataIterator
| Constructor and Description |
|---|
StructureDataIteratorIndexed(Structure s,
List<Integer> index) |
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, finish, setBufferSizepublic StructureDataIteratorIndexed(Structure s, List<Integer> index) throws IOException
IOExceptionpublic StructureData next() throws IOException
StructureDataIteratornext in interface StructureDataIteratorIOException - on read errorpublic boolean hasNext()
throws IOException
StructureDataIteratorhasNext in interface StructureDataIteratorIOException - on read errorpublic StructureDataIterator reset()
StructureDataIteratorreset in interface StructureDataIteratorpublic int getCurrentRecno()
getCurrentRecno in interface StructureDataIterator