Package org.apache.uima.internal.util
Interface ComparableIntIterator
- All Superinterfaces:
Comparable
,IntListIterator
Interface for a comparable IntListIterator. Two IntIterators are compared according to the
element that would be returned by the next call to next().
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.apache.uima.internal.util.IntListIterator
hasNext, hasPrevious, moveToEnd, moveToStart, next, nextNvc, previous, previousNvc