|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dyuproject.protostuff.MapSchema.MapWrapper<K,V>
public static final class MapSchema.MapWrapper<K,V>
A Map.Entry w/c wraps a Map.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Method Detail |
|---|
public K getKey()
MapSchema.putValueFrom(Input, MapWrapper, Object).
getKey in interface java.util.Map.Entry<K,V>public V getValue()
getValue in interface java.util.Map.Entry<K,V>public V setValue(V value)
setValue in interface java.util.Map.Entry<K,V>
public void put(K key,
V value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||