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 Detail

      • isValid

        boolean isValid()
      • get

        int get()
      • inc

        void inc()
      • dec

        void dec()
      • moveTo

        void moveTo​(int i)
      • moveToFirst

        void moveToFirst()
      • moveToLast

        void moveToLast()
      • copy

        java.lang.Object copy()