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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
key(V value)
-