public static class SimpleTypeMap.Entry
extends java.lang.Object
A key/value pair for map entries.
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Return map entry key.
|
SimpleType |
getValue()
Return map entry value.
|
void |
setKey(java.lang.String value)
Set map entry key.
|
void |
setValue(SimpleType value)
Set map entry value.
|
public java.lang.String getKey()
Return map entry key.
public SimpleType getValue()
Return map entry value.
public void setKey(java.lang.String value)
Set map entry key.
value
- Map entry key.public void setValue(SimpleType value)
Set map entry value.
value
- Map entry value.