Package org.apache.uima.internal.util
Interface IntKeyValueIterator
-
- All Superinterfaces:
IntPointerIterator
public interface IntKeyValueIterator extends IntPointerIterator
Used in the CAS implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue()
-
Methods inherited from interface org.apache.uima.internal.util.IntPointerIterator
copy, dec, get, inc, isValid, moveTo, moveToFirst, moveToLast
-
-