Package org.codehaus.groovy.reflection
Class ClassInfo.ClassInfoSet
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
org.codehaus.groovy.util.AbstractConcurrentMap<Class,ClassInfo>
org.codehaus.groovy.util.ManagedConcurrentMap<Class,ClassInfo>
org.codehaus.groovy.reflection.ClassInfo.ClassInfoSet
- Enclosing class:
ClassInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.groovy.util.ManagedConcurrentMap
ManagedConcurrentMap.Entry<K,V>, ManagedConcurrentMap.EntryWithValue<K, V> -
Field Summary
Fields inherited from class org.codehaus.groovy.util.ManagedConcurrentMap
bundleFields inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
MAXIMUM_CAPACITY, segments -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.codehaus.groovy.reflection.ClassInfo.ClassInfoSet.SegmentcreateSegment(Object segmentInfo, int cap) Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMap
get, getOrPut, put, remove, segmentForMethods inherited from class org.codehaus.groovy.util.AbstractConcurrentMapBase
fullSize, hash, size
-
Constructor Details
-
ClassInfoSet
-
-
Method Details
-
createSegment
protected org.codehaus.groovy.reflection.ClassInfo.ClassInfoSet.Segment createSegment(Object segmentInfo, int cap) - Overrides:
createSegmentin classManagedConcurrentMap<Class,ClassInfo>
-