|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.cas.impl.FSIteratorImplBase<T>
org.apache.uima.cas.impl.FSIteratorWrapper<T>
public class FSIteratorWrapper<T extends FeatureStructure>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.uima.cas.impl.FSIteratorImplBase |
|---|
FSIteratorImplBase.AnnotationComparator<T extends FeatureStructure> |
| Method Summary | |
|---|---|
FSIterator<T> |
copy()
Copy this iterator. |
T |
get()
Get the structure the iterator is pointing at. |
boolean |
isValid()
Check if this iterator is valid. |
void |
moveTo(FeatureStructure fs)
Move the iterator to the first features structure that is equal to fs. |
void |
moveToFirst()
Move the iterator to the first element. |
void |
moveToLast()
Move the iterator to the last element. |
void |
moveToNext()
Advance the iterator. |
void |
moveToPrevious()
Move the iterator one element back. |
| Methods inherited from class org.apache.uima.cas.impl.FSIteratorImplBase |
|---|
hasNext, next, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isValid()
FSIterator
true if the iterator is valid.FSIterator.isValid()public T get()
FSIterator
FSIterator.get()public void moveToNext()
FSIterator
FSIterator.moveToNext()()public void moveToPrevious()
FSIterator
FSIterator.moveToPrevious()()public void moveToFirst()
FSIterator
FSIterator.moveToFirst()public void moveToLast()
FSIterator
FSIterator.moveToLast()public FSIterator<T> copy()
FSIterator
FSIterator.copy()public void moveTo(FeatureStructure fs)
FSIteratorfs. If no
such feature structure exists in the underlying collection, set the iterator to the "insertion
point" for fs, i.e., to a point where the current feature structure is greater
than fs, and the previous one is less than fs.
fs - The feature structure the iterator should be set to.FSIterator.moveTo(FeatureStructure)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||