Uses of Class
org.codehaus.groovy.util.ManagedConcurrentMap.Segment

Packages that use ManagedConcurrentMap.Segment
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.util   
 

Uses of ManagedConcurrentMap.Segment in org.codehaus.groovy.reflection
 

Subclasses of ManagedConcurrentMap.Segment in org.codehaus.groovy.reflection
(package private) static class ClassInfo.ClassInfoSet.Segment
           
 

Constructors in org.codehaus.groovy.reflection with parameters of type ManagedConcurrentMap.Segment
ClassInfo(ManagedConcurrentMap.Segment segment, java.lang.Class klazz, int hash)
           
 

Uses of ManagedConcurrentMap.Segment in org.codehaus.groovy.util
 

Fields in org.codehaus.groovy.util declared as ManagedConcurrentMap.Segment
private  ManagedConcurrentMap.Segment ManagedConcurrentMap.Entry.segment
           
 

Methods in org.codehaus.groovy.util that return ManagedConcurrentMap.Segment
protected  ManagedConcurrentMap.Segment<K,V> ManagedConcurrentMap.createSegment(java.lang.Object segmentInfo, int cap)
           
 

Constructors in org.codehaus.groovy.util with parameters of type ManagedConcurrentMap.Segment
ManagedConcurrentMap.Entry(ReferenceBundle bundle, ManagedConcurrentMap.Segment segment, K key, int hash)
           
ManagedConcurrentMap.EntryWithValue(ReferenceBundle bundle, ManagedConcurrentMap.Segment segment, K key, int hash, V value)
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.