Groovy 1.7.0

org.codehaus.groovy.reflection
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

class ClassInfo.ClassInfoSet
extends ManagedConcurrentMap

Nested Class Summary
class ClassInfo.ClassInfoSet.Segment

 
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 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, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

ClassInfo.ClassInfoSet

public ClassInfo.ClassInfoSet(ReferenceBundle bundle)


 
Method Detail

createSegment

protected Segment createSegment(Object segmentInfo, int cap)


 

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