Interface IndexAccessor

All Known Subinterfaces:
IndexAccessor.IndexProperty

public interface IndexAccessor
Provides an accessor for a index property.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  IndexAccessor.IndexBuilder<B extends IndexAccessor.IndexBuilder<B>>
    Provides a builder method for a index property returning the builder for applying multiple build operations.
    static interface  IndexAccessor.IndexMutator
    Provides a mutator for a index property.
    static interface  IndexAccessor.IndexProperty
    Provides a index property.
  • Method Summary

    Modifier and Type Method Description
    long getIndex()
    Retrieves the index from the index property.
  • Method Details

    • getIndex

      long getIndex()
      Retrieves the index from the index property.
      Returns:
      The index stored by the index property.