public class JCoReFSListIterator<T extends org.apache.uima.cas.FeatureStructure> extends Object implements org.apache.uima.cas.FSIterator<T>
moveTo(FeatureStructure) method is currently not implemented since
it couldn't behave as defined in the contract of FSIterator.| Constructor and Description |
|---|
JCoReFSListIterator(List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.uima.cas.FSIterator<T> |
copy() |
T |
get() |
boolean |
hasNext() |
boolean |
isValid() |
void |
moveTo(org.apache.uima.cas.FeatureStructure fs) |
void |
moveToFirst() |
void |
moveToLast() |
void |
moveToNext() |
void |
moveToPrevious() |
T |
next() |
void |
remove() |
public boolean hasNext()
public T next()
public void remove()
public boolean isValid()
isValid in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>public T get() throws NoSuchElementException
get in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>NoSuchElementExceptionpublic void moveToNext()
moveToNext in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>public void moveToPrevious()
moveToPrevious in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>public void moveToFirst()
moveToFirst in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>public void moveToLast()
moveToLast in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>public void moveTo(org.apache.uima.cas.FeatureStructure fs)
moveTo in interface org.apache.uima.cas.FSIterator<T extends org.apache.uima.cas.FeatureStructure>Copyright © 2016 JULIE Lab Jena, Germany. All rights reserved.