|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
net.kwfgrid.gwes.uiproxy.HashMapOfMaps
public class HashMapOfMaps
A two dimensional HashMap.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
HashMapOfMaps()
|
|
| Method Summary | |
|---|---|
Map |
createKey(Object key)
Create a mapping from the specified key to an empty map. |
Object |
get(Object key1,
Object key2)
Get the value for a two dimensional mapping. |
Map |
getMap(Object key)
Get the map the specified key is mapped to. |
Object |
put(Object key,
Object value)
Overridden. |
Object |
put(Object key1,
Object key2,
Object value)
Create a two dimensional mapping for the specified keys and value. |
Object |
remove(Object key1,
Object key2)
Remove a two dimensional mapping. |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public HashMapOfMaps()
| Method Detail |
|---|
public Map createKey(Object key)
public Object put(Object key,
Object value)
put in interface Mapput in class HashMapnull
public Object put(Object key1,
Object key2,
Object value)
null).public Map getMap(Object key)
null if no mapping for the specified key exists.
public Object get(Object key1,
Object key2)
public Object remove(Object key1,
Object key2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||