|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@DataObject public interface MapDataObject<V>
| Method Summary | |
|---|---|
V |
getValue(String key)
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key. |
Map<String,V> |
getValues()
Access to whole map is through a Collections.unmodifiable(map) copy. |
void |
setValue(String key,
V value)
Associates the specified value with the specified key in this map (optional operation). |
| Method Detail |
|---|
Map<String,V> getValues()
V getValue(String key)
key -
void setValue(String key,
V value)
key - value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||