Package org.apache.uima.internal.util
Interface IntPointerIterator
-
- All Known Subinterfaces:
IntKeyValueIterator
- All Known Implementing Classes:
Int2IntRBT.KeyValueIterator
public interface IntPointerIterator
Int iterator moving forwards and backwards, in the UIMA style. Contrast with IntListIterator, which is the Java style.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
copy()
void
dec()
int
get()
void
inc()
boolean
isValid()
void
moveTo(int i)
void
moveToFirst()
void
moveToLast()
-