Class MetaClassImpl.Index
java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap
org.codehaus.groovy.util.SingleKeyHashMap
groovy.lang.MetaClassImpl.Index
- Enclosing class:
MetaClassImpl
- Version:
- $Revision$
- Author:
- James Strachan, Guillaume Laforge, Jochen Theodorou, Graeme Rocher, Alex Tkachman, Roshan Dawrani
-
Nested Class Summary
Nested classes/interfaces inherited from class SingleKeyHashMap
SingleKeyHashMap.Copier, SingleKeyHashMap.EntryNested classes/interfaces inherited from class ComplexKeyHashMap
ComplexKeyHashMap.EntryIterator -
Field Summary
Fields inherited from class ComplexKeyHashMap
DEFAULT_CAPACITY, MAXIMUM_CAPACITY, MINIMUM_CAPACITY, size, table, threshold -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckEquals(ComplexKeyHashMap.Entry e, Object key) getNotNull(CachedClass key) getNullable(CachedClass clazz) voidput(CachedClass key, SingleKeyHashMap value) Methods inherited from class SingleKeyHashMap
containsKey, copy, get, getOrPut, getOrPutEntry, put, putCopyOfUnexisting, removeMethods inherited from class ComplexKeyHashMap
clear, getEntrySetIterator, getTable, hash, init, isEmpty, resize, size
-
Constructor Details
-
Index
public Index(int size) -
Index
public Index() -
Index
public Index(boolean size)
-
-
Method Details
-
getNotNull
-
put
-
getNullable
-
checkEquals
-