Interface MinValueAccessor<V>

  • Type Parameters:
    V - The type of the minimum value to be used.
    All Known Subinterfaces:
    MinValueAccessor.MinValueProperty<V>


    public interface MinValueAccessor<V>
    Provides access to a minimum value property for e.g. key/minimum value-pair.
    • Method Detail

      • getMinValue

        V getMinValue​()
        Retrieves the minimum value from the minimum value property.
        Returns:
        The minimum value stored by the minimum value property.