Package org.apache.uima.internal.util
Interface ComparableIntIterator
-
- All Superinterfaces:
java.lang.Comparable
,IntListIterator
public interface ComparableIntIterator extends IntListIterator, java.lang.Comparable
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 org.apache.uima.internal.util.IntListIterator
hasNext, hasPrevious, moveToEnd, moveToStart, next, previous
-
-