|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.util.ComplexKeyHashMap
org.codehaus.groovy.util.SingleKeyHashMap
class SingleKeyHashMap extends ComplexKeyHashMap
Nested Class Summary | |
---|---|
interface |
SingleKeyHashMap.Copier
|
class |
SingleKeyHashMap.Entry
|
Field Summary |
---|
Fields inherited from class ComplexKeyHashMap | |
---|---|
DEFAULT_CAPACITY, MAXIMUM_CAPACITY, MINIMUM_CAPACITY, size, table, threshold |
Constructor Summary | |
SingleKeyHashMap()
|
Method Summary | |
---|---|
def
|
SingleKeyHashMap()
|
def
|
SingleKeyHashMap(boolean b)
|
boolean
|
containsKey(String name)
|
static SingleKeyHashMap
|
copy(SingleKeyHashMap dst, SingleKeyHashMap src, Copier copier)
|
Object
|
get(Object key)
|
Entry
|
getOrPut(Object key)
|
Entry
|
getOrPutEntry(Entry element)
|
void
|
put(Object key, Object value)
|
Entry
|
putCopyOfUnexisting(Entry ee)
|
def
|
remove(Object key)
|
Methods inherited from class ComplexKeyHashMap | |
---|---|
ComplexKeyHashMap, ComplexKeyHashMap, ComplexKeyHashMap, clear, getEntrySetIterator, getTable, hash, init, isEmpty, resize, size |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
SingleKeyHashMap()
Method Detail |
---|
public def SingleKeyHashMap()
public def SingleKeyHashMap(boolean b)
public boolean containsKey(String name)
public static SingleKeyHashMap copy(SingleKeyHashMap dst, SingleKeyHashMap src, Copier copier)
public final Object get(Object key)
public Entry getOrPut(Object key)
public Entry getOrPutEntry(Entry element)
public void put(Object key, Object value)
public Entry putCopyOfUnexisting(Entry ee)
public final def remove(Object key)
Copyright © 2003-2009 The Codehaus. All rights reserved.