public class SingleKeyHashMap extends ComplexKeyHashMap
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 |
Constructor and description |
---|
SingleKeyHashMap
() |
SingleKeyHashMap
(boolean b) |
Type Params | Return Type | Name and description |
---|---|---|
public boolean |
containsKey(String name) | |
public static SingleKeyHashMap |
copy(SingleKeyHashMap dst, SingleKeyHashMap src, SingleKeyHashMap.Copier copier) | |
public final Object |
get(Object key) | |
public Map.Entry |
getOrPut(Object key) | |
public Map.Entry |
getOrPutEntry(Map.Entry element) | |
public void |
put(Object key, Object value) | |
public Map.Entry |
putCopyOfUnexisting(Map.Entry ee) | |
public final Entry |
remove(Object key) |
Methods inherited from class | Name |
---|---|
class ComplexKeyHashMap | clear, getEntrySetIterator, getTable, hasNext, hash, init, isEmpty, next, resize, size |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/util/SingleKeyHashMap.html