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
 
public static class ClassInfo.ClassInfoSet
- extends ManagedConcurrentMap<Class,ClassInfo>
 
 
 
 
 
 
 
| 
Method Summary | 
protected  org.codehaus.groovy.reflection.ClassInfo.ClassInfoSet.Segment | 
createSegment(Object segmentInfo,
              int cap)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClassInfo.ClassInfoSet
public ClassInfo.ClassInfoSet(ReferenceBundle bundle)
createSegment
protected org.codehaus.groovy.reflection.ClassInfo.ClassInfoSet.Segment createSegment(Object segmentInfo,
                                                                                      int cap)
- Overrides:
 createSegment in class ManagedConcurrentMap<Class,ClassInfo>