public class ManagedConcurrentMap<K, V> extends AbstractConcurrentMap
Modifiers | Name | Description |
---|---|---|
static class | ManagedConcurrentMap.Entry | |
static class | ManagedConcurrentMap.EntryWithValue | |
static class | ManagedConcurrentMap.Segment |
Modifiers | Name | Description |
---|---|---|
protected ReferenceBundle | bundle |
Fields inherited from class | Fields |
---|---|
class AbstractConcurrentMapBase | MAXIMUM_CAPACITY, segments |
Constructor and description |
---|
ManagedConcurrentMap
(ReferenceBundle bundle) |
Type Params | Return Type | Name and description |
---|---|---|
protected Segment<K, V> |
createSegment(Object segmentInfo, int cap) |
Methods inherited from class | Name |
---|---|
class AbstractConcurrentMap | get, getOrPut, put, remove, segmentFor |
class AbstractConcurrentMapBase | createSegment, fullSize, hash, segmentFor, size, values |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/util/ManagedConcurrentMap.html