| Modifiers | Name | Description | 
|---|---|---|
| interface | SingleKeyHashMap.Copier | |
| static class | SingleKeyHashMap.Entry | 
| Fields inherited from class | Fields | 
|---|---|
| class ComplexKeyHashMap | DEFAULT_CAPACITY, MAXIMUM_CAPACITY, MINIMUM_CAPACITY, size, table, threshold | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | def | SingleKeyHashMap() | 
|  | def | SingleKeyHashMap(boolean b) | 
|  | boolean | containsKey(String name) | 
|  | static SingleKeyHashMap | copy(SingleKeyHashMap dst, SingleKeyHashMap src, SingleKeyHashMap.Copier copier) | 
|  | Object | get(Object key) | 
|  | Entry | getOrPut(Object key) | 
|  | Entry | getOrPutEntry(Entry element) | 
|  | void | put(Object key, Object value) | 
|  | Entry | putCopyOfUnexisting(Entry ee) | 
|  | Entry | remove(Object key) | 
| Methods inherited from class | Name | 
|---|---|
| class ComplexKeyHashMap | ComplexKeyHashMap, ComplexKeyHashMap, ComplexKeyHashMap, clear, getEntrySetIterator, getTable, hash, init, isEmpty, resize, size | 
| class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |