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 
    Provides a builder method for a index property returning the builder for applying multiple build operations.
    static interface 
    Provides a mutator for a index property.
    static interface 
    Provides a index property.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    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.