public class GffElementIterator extends Object implements Iterator<GffElement>
| Constructor and Description |
|---|
GffElementIterator(GffReaderInterface gffReader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
GffElement |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic GffElementIterator(GffReaderInterface gffReader)
public boolean hasNext()
hasNext in interface Iterator<GffElement>public GffElement next() throws NoSuchElementException
next in interface Iterator<GffElement>NoSuchElementExceptionpublic void remove()
remove in interface Iterator<GffElement>Copyright © 2015. All Rights Reserved.