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