Groovy 1.7.0

org.codehaus.groovy.util
Class SingleKeyHashMap

java.lang.Object
  org.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

SingleKeyHashMap()


 
Method Detail

SingleKeyHashMap

public def SingleKeyHashMap()


SingleKeyHashMap

public def SingleKeyHashMap(boolean b)


containsKey

public boolean containsKey(String name)


copy

public static SingleKeyHashMap copy(SingleKeyHashMap dst, SingleKeyHashMap src, Copier copier)


get

public final Object get(Object key)


getOrPut

public Entry getOrPut(Object key)


getOrPutEntry

public Entry getOrPutEntry(Entry element)


put

public void put(Object key, Object value)


putCopyOfUnexisting

public Entry putCopyOfUnexisting(Entry ee)


remove

public final def remove(Object key)


 

Copyright © 2003-2009 The Codehaus. All rights reserved.