@Deprecated 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 |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.