public abstract class AbstractKeyValue<K,V> extends Object implements KeyValue<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected K |
key
The key
|
protected V |
value
The value
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractKeyValue(K key,
V value)
Constructs a new pair with the specified key and given value.
|
Copyright © 2014. All Rights Reserved.