public class DefaultEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Constructor and Description | 
|---|
DefaultEntry(K key,
            V value)  | 
| Modifier and Type | Method and Description | 
|---|---|
K | 
getKey()  | 
V | 
getValue()  | 
V | 
setValue(V value)  |