org.jminor.common.model
Interface Util.HashKeyProvider<K,V>

Type Parameters:
K - the type of the object to use for key generation via .hashCode()
V - the value type
Enclosing class:
Util

public static interface Util.HashKeyProvider<K,V>

Provides objects of type K, derived from a value of type V, for hashing said value via .hashCode().

See Also:
Util.map(java.util.Collection, org.jminor.common.model.Util.HashKeyProvider)

Method Summary
 K getKey(V value)
           
 

Method Detail

getKey

K getKey(V value)