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
- Author:
- Alex.Tkachman
-
Nested Class Summary
Nested classes/interfaces inherited from class ManagedConcurrentMap
ManagedConcurrentMap.Entry<K,V>, ManagedConcurrentMap.EntryWithValue<K, V> -
Field Summary
Fields inherited from class ManagedConcurrentMap
bundleFields inherited from class 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 AbstractConcurrentMap
get, getOrPut, put, remove, segmentForMethods inherited from class 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>
-