Package org.apache.uima.util
Interface IteratorNvc<E>
- Type Parameters:
E
- the class of the element being returned
- All Superinterfaces:
Iterator<E>
An Iterator with an extra method nextNvc, which skips the validity check
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextNvc
E nextNvc()- Returns:
- the element currently being pointed at, and then advance the iterator
-