Groovy 1.8.4

org.codehaus.groovy.reflection
[Java] Class ClassInfo.ClassInfoSet

java.lang.Object
  org.codehaus.groovy.util.AbstractConcurrentMapBase
      org.codehaus.groovy.util.AbstractConcurrentMap
          org.codehaus.groovy.util.ManagedConcurrentMap
              org.codehaus.groovy.reflection.ClassInfo.ClassInfoSet

public static class ClassInfo.ClassInfoSet
extends ManagedConcurrentMap

Field Summary
 
Fields inherited from class ManagedConcurrentMap
bundle
 
Fields inherited from class AbstractConcurrentMapBase
MAXIMUM_CAPACITY, segments
 
Constructor Summary
ClassInfo.ClassInfoSet(ReferenceBundle bundle)

 
Method Summary
protected ClassInfo.ClassInfoSet.Segment createSegment(Object segmentInfo, int cap)

 
Methods inherited from class ManagedConcurrentMap
createSegment
 
Methods inherited from class AbstractConcurrentMap
get, getOrPut, put, remove, segmentFor
 
Methods inherited from class AbstractConcurrentMapBase
createSegment, fullSize, hash, segmentFor, size
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

ClassInfo.ClassInfoSet

public ClassInfo.ClassInfoSet(ReferenceBundle bundle)


 
Method Detail

createSegment

protected ClassInfo.ClassInfoSet.Segment createSegment(Object segmentInfo, int cap)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.