public static class DataTypeMap.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()
Map entry key.
|
DataType |
getValue()
Map entry value.
|
void |
setKey(java.lang.String value)
Map entry key.
|
void |
setValue(DataType value)
Map entry value.
|