EK
- entry key typeEV
- entry value typepublic static class MapBase.IsamEntry<EK,EV>
extends java.lang.Object
implements java.util.Map.Entry<EK,EV>
Constructor and Description |
---|
IsamEntry(EK key,
EV value)
Construct instance of IsamEntry.
|
Modifier and Type | Method and Description |
---|---|
EK |
getKey()
Get key.
|
EV |
getValue()
Get value.
|
void |
setKey(EK key)
Set key.
|
EV |
setValue(EV value)
Set value.
|