Interface NumberAccessor<V>

Type Parameters:
V - The type of the number to be used.
All Known Subinterfaces:
NumberAccessor.NumberProperty<V>

public interface NumberAccessor<V>
Provides access to a number property for e.g. key / number pair.
  • Method Details

    • getNumber

      V getNumber()
      Retrieves the number from the number property.
      Returns:
      The number stored by the number property.