public class MapEntry extends Object
| Constructor and Description |
|---|
MapEntry() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey()
Get the key.
|
Object |
getValue()
Get the value.
|
void |
setKey(Object key)
Set the key.
|
void |
setValue(Object value)
Set the value.
|
public Object getKey()
public void setKey(Object key)
key - The key to set.public Object getValue()
public void setValue(Object value)
value - The value to set.Copyright © 2015. All Rights Reserved.