Save This Page
Home » groovy-src-1.6.3 » org.codehaus » groovy » reflection » [javadoc | source]
org.codehaus.groovy.reflection
public class: WeakDoubleKeyHashMap [javadoc | source]
java.lang.Object
   org.codehaus.groovy.reflection.ComplexKeyHashMap
      org.codehaus.groovy.reflection.WeakDoubleKeyHashMap
Nested Class Summary:
public static class  WeakDoubleKeyHashMap.Entry   
Fields inherited from org.codehaus.groovy.reflection.ComplexKeyHashMap:
table,  DEFAULT_CAPACITY,  MINIMUM_CAPACITY,  MAXIMUM_CAPACITY,  size,  threshold
Method from org.codehaus.groovy.reflection.WeakDoubleKeyHashMap Summary:
checkEquals,   createEntry,   get,   getOrPut,   remove,   size
Methods from org.codehaus.groovy.reflection.ComplexKeyHashMap:
clear,   getEntrySetIterator,   getTable,   hash,   init,   isEmpty,   resize,   size
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.codehaus.groovy.reflection.WeakDoubleKeyHashMap Detail:
 public boolean checkEquals(ComplexKeyHashMap.Entry e,
    Object key1,
    Object key2) 
 public WeakDoubleKeyHashMap.Entry createEntry() 
 public final Object get(Object key1,
    Object key2) 
 public WeakDoubleKeyHashMap.Entry getOrPut(Object key1,
    Object key2) 
 public final ComplexKeyHashMap.Entry remove(Object key1,
    Object key2) 
 public int size()