public class ManagedConcurrentMap<K,V> extends AbstractConcurrentMap<K,V>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ManagedConcurrentMap.Entry<K,V> | 
| static class  | ManagedConcurrentMap.EntryWithValue<K,V> | 
| static class  | ManagedConcurrentMap.Segment<K,V> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ReferenceBundle | bundle | 
MAXIMUM_CAPACITY, segments| Constructor and Description | 
|---|
| ManagedConcurrentMap(ReferenceBundle bundle) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ManagedConcurrentMap.Segment<K,V> | createSegment(Object segmentInfo,
             int cap) | 
get, getOrPut, put, remove, segmentForfullSize, hash, size, valuesprotected ReferenceBundle bundle
public ManagedConcurrentMap(ReferenceBundle bundle)
protected ManagedConcurrentMap.Segment<K,V> createSegment(Object segmentInfo, int cap)
createSegment in class AbstractConcurrentMapBase