[Java] Class ManagedConcurrentMap<K, V>
- org.codehaus.groovy.util.ManagedConcurrentMap
Nested Class Summary
| Modifiers | Name | Description | 
|---|---|---|
| static class | ManagedConcurrentMap.Entry | |
| static class | ManagedConcurrentMap.EntryWithValue | |
| static class | ManagedConcurrentMap.Segment | 
Field Summary
| Modifiers | Name | Description | 
|---|---|---|
| protected ReferenceBundle | bundle | 
| Fields inherited from class | Fields | 
|---|---|
| class AbstractConcurrentMapBase | MAXIMUM_CAPACITY, segments | 
Constructor Summary
| Constructor and description | 
|---|
| ManagedConcurrentMap
                                (ReferenceBundle bundle) | 
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
| protected Segment<K, V> | createSegment(Object segmentInfo, int cap) | 
Inherited Methods Summary
| Methods inherited from class | Name | 
|---|---|
| class AbstractConcurrentMap | get, getOrPut, put, remove, segmentFor | 
| class AbstractConcurrentMapBase | createSegment, fullSize, hash, segmentFor, size, values | 
| class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
Field Detail
protected ReferenceBundle bundle
Constructor Detail
public ManagedConcurrentMap(ReferenceBundle bundle)
Method Detail
protected Segment<K, V> createSegment(Object segmentInfo, int cap)
    © 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
    https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/util/ManagedConcurrentMap.html