public abstract class AbstractKeyValue<K,V> extends java.lang.Object implements 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.
|
Copyright © 2001-2013. All Rights Reserved.