public class MapEntry
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.Object | keyThe key attributes . | 
| protected java.lang.Object | valueThe value attribute. | 
| Constructor and Description | 
|---|
| MapEntry() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getKey()Get the key. | 
| java.lang.Object | getValue()Get the value. | 
| void | setKey(java.lang.Object key)Set the key. | 
| void | setValue(java.lang.Object value)Set the value. | 
protected java.lang.Object key
protected java.lang.Object value
public java.lang.Object getKey()
public void setKey(java.lang.Object key)
key - The key to set.public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - The value to set.