Interface IndexSet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dispose()
      Cleans up and disposes the resources associated with this set of index.
      IntegerListInterface getIndex​(int n)
      Returns a mutable object that implements IntegerListInterface for the given index number in this set of indices.
    • Method Detail

      • getIndex

        IntegerListInterface getIndex​(int n)
        Returns a mutable object that implements IntegerListInterface for the given index number in this set of indices.
      • dispose

        void dispose()
        Cleans up and disposes the resources associated with this set of index.