public class EntryHolder<K,V>
extends java.lang.Object
| Constructor and Description | 
|---|
| EntryHolder() | 
| Modifier and Type | Method and Description | 
|---|---|
| K | getKey()The holder's key | 
| V | getValue()The holder's value | 
| void | setKey(K key)The holder's key | 
| void | setValue(V value)The holder's value |