Interface IndexAccessor.IndexMutator

    • Method Detail

      • setIndex

        void setIndex​(long aIndex)
        Sets the index for the index property.
        Parameters:
        aIndex - The index to be stored by the index property.
      • increaseIndex

        void increaseIndex​()
        Increases the index.
      • decreaseIndex

        void decreaseIndex​()
        Decreases the index.
      • resetIndex

        default void resetIndex​()
        Resets the index to 0;