public class MapKeyValue<K,V> extends Object
| Constructor and Description |
|---|
MapKeyValue() |
MapKeyValue(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
void |
setKey(K key) |
void |
setValue(V value) |
Copyright © 2016. All rights reserved.