Type Params | Return Type | Name and description |
---|---|---|
|
public void |
clear() |
|
public boolean |
containsKey(Object key) |
|
public boolean |
containsValue(Object value) |
|
public Set<Map.Entry<K, V>> |
entrySet() |
|
public boolean |
equals(Object obj) |
|
public V |
get(Object key) |
|
public int |
hashCode() |
|
public boolean |
isEmpty() |
|
public Set<K> |
keySet() |
<K, V> |
public static Map<K, V> |
newInstance(Map<K, V> m, Closure initClosure) |
|
public V |
put(K key, V value) |
|
public void |
putAll(Map<? extends K, ? extends V> m) |
|
public V |
remove(Object key) |
|
public int |
size() |
|
public Collection<V> |
values() |