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().


Method Summary
 boolean isConcurrentModification()
           
 void resetConcurrentModification()
           
 
Methods inherited from interface org.apache.uima.internal.util.IntPointerIterator
copy, dec, get, inc, isValid, moveTo, moveToFirst, moveToLast
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isConcurrentModification

boolean isConcurrentModification()

resetConcurrentModification

void resetConcurrentModification()


Copyright © 2011. All Rights Reserved.