public class GenericMapEntryType<K,V> extends Object
| Constructor and Description |
|---|
GenericMapEntryType() |
GenericMapEntryType(Map.Entry<K,V> e) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getValue() |
void |
setKey(K key) |
void |
setValue(V value) |
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.