public abstract class FSIteratorImplBase<T extends FeatureStructure> extends java.lang.Object implements FSIterator<T>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FSIteratorImplBase.AnnotationComparator<T extends FeatureStructure> |
| Constructor and Description |
|---|
FSIteratorImplBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, get, isValid, moveTo, moveToFirst, moveToLast, moveToNext, moveToPreviouspublic boolean hasNext()
hasNext in interface java.util.Iterator<T extends FeatureStructure>public T next()
next in interface java.util.Iterator<T extends FeatureStructure>public void remove()
remove in interface java.util.Iterator<T extends FeatureStructure>Copyright © 2013. All Rights Reserved.