Interface MaxValueAccessor<V>

Type Parameters:
V - The type of the maximum value to be used.
All Known Subinterfaces:
MaxValueAccessor.MaxValueProperty<V>

public interface MaxValueAccessor<V>
Provides access to a maximum value property for e.g. key/maximum value-pair.
  • Method Details

    • getMaxValue

      V getMaxValue()
      Retrieves the maximum value from the maximum value property.
      Returns:
      The maximum value stored by the maximum value property.