| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
The key is provided as the last arg of
MapSchema.putValueFrom(Input, MapWrapper, Object). |
V |
getValue()
Gets the last value set.
|
void |
put(K key,
V value)
Puts the key-value entry.
|
V |
setValue(V value)
Sets the new value and returns the old one.
|
public K getKey()
MapSchema.putValueFrom(Input, MapWrapper, Object).public V getValue()
public V setValue(V value)
Copyright © 2009-2016. All Rights Reserved.