Package org.codehaus.groovy.reflection
Class ClassInfo.ClassInfoSet
java.lang.Object
org.codehaus.groovy.util.AbstractConcurrentMapBase
org.codehaus.groovy.util.AbstractConcurrentMap<K,V>
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
bundle
Fields 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.Segment
createSegment
(Object segmentInfo, int cap) Methods inherited from class org.codehaus.groovy.util.AbstractConcurrentMap
get, getOrPut, put, remove, segmentFor
Methods 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:
createSegment
in classManagedConcurrentMap<Class,
ClassInfo>
-