Interface KeyAccessor<K>

  • Type Parameters:
    K - The type of the key to be used.
    All Known Subinterfaces:
    KeyAccessor.KeyProperty<K>


    public interface KeyAccessor<K>
    Provides an accessor for a key property for e.g. key/value-pair.
    • Method Detail

      • getKey

        K getKey​()
        Retrieves the key from the key property.
        Returns:
        The key stored by the key property.