Interface KeyFunction<K,​V>

  • All Known Implementing Classes:
    IdentityKeyFunction

    public interface KeyFunction<K,​V>
    KeyFunction defines the interface for extracting a key from a value.
    See Also:
    DerivedKeyHashMap
    • Method Detail

      • key

        @NotNull
        K key​(@NotNull
              V value)