org.apache.uima.internal.util
Interface ComparableIntPointerIterator
- All Superinterfaces:
- java.lang.Comparable, IntPointerIterator
public interface ComparableIntPointerIterator
- extends IntPointerIterator, 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().
Methods inherited from interface java.lang.Comparable |
compareTo |
isConcurrentModification
boolean isConcurrentModification()
resetConcurrentModification
void resetConcurrentModification()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.