Interface IntVector

    • Method Detail

      • get

        int get​(int x)
      • set

        void set​(int x,
                 int value)
      • getMaxIndex

        int getMaxIndex()
        Returns:
        max i s.t set(i) was called.