public abstract class AbstractKeyValue<K,V> extends Objectimplements KeyValue <K ,V>
KeyValue and
Map.Entry implementations.
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractKeyValue(K key, V value)
Constructs a new pair with the specified key and given value.
|