Interface IntPointerIterator

All Known Subinterfaces:
IntKeyValueIterator

public interface IntPointerIterator
Int iterator moving forwards and backwards, in the UIMA style. Contrast with IntListIterator, which is the Java style.
  • Method Details

    • isValid

      boolean isValid()
    • get

      int get()
    • inc

      void inc()
    • dec

      void dec()
    • moveTo

      void moveTo(int i)
    • moveToFirst

      void moveToFirst()
    • moveToLast

      void moveToLast()
    • copy

      Object copy()