Package groovy.lang
Class MetaClassImpl.Index
java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap
org.codehaus.groovy.util.SingleKeyHashMap
groovy.lang.MetaClassImpl.Index
- Enclosing class:
- MetaClassImpl
public static class MetaClassImpl.Index extends SingleKeyHashMap
- 
Nested Class SummaryNested classes/interfaces inherited from class org.codehaus.groovy.util.SingleKeyHashMapSingleKeyHashMap.Copier, SingleKeyHashMap.EntryNested classes/interfaces inherited from class org.codehaus.groovy.util.ComplexKeyHashMapComplexKeyHashMap.EntryIterator
- 
Field SummaryFields inherited from class org.codehaus.groovy.util.ComplexKeyHashMapDEFAULT_CAPACITY, MAXIMUM_CAPACITY, MINIMUM_CAPACITY, size, table, threshold
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description booleancheckEquals(ComplexKeyHashMap.Entry e, java.lang.Object key)SingleKeyHashMapgetNotNull(CachedClass key)SingleKeyHashMapgetNullable(CachedClass clazz)voidput(CachedClass key, SingleKeyHashMap value)Methods inherited from class org.codehaus.groovy.util.SingleKeyHashMapcontainsKey, copy, get, getOrPut, getOrPutEntry, put, putCopyOfUnexisting, removeMethods inherited from class org.codehaus.groovy.util.ComplexKeyHashMapclear, getEntrySetIterator, getTable, hash, init, isEmpty, resize, sizeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
Indexpublic Index(int size)
- 
Indexpublic Index()
- 
Indexpublic Index(boolean size)
 
- 
- 
Method Details- 
getNotNull
- 
put
- 
getNullable
- 
checkEquals
 
-