Interface Keyer<K,V>
- Type Parameters:
K
- the key typeV
- the element type
public interface Keyer<K,V>
-
Method Summary
-
Method Details
-
getKeyFor
Returns the key that this keyer wishes to assign to the elementv
.
-
K
- the key typeV
- the element typev
.