@Deprecated public abstract class AbstractConcurrentMap<K, V> extends AbstractConcurrentMapBase
| Modifiers | Name | Description |
|---|---|---|
interface |
AbstractConcurrentMap.Entry |
|
static class |
AbstractConcurrentMap.Segment |
| Fields inherited from class | Fields |
|---|---|
class AbstractConcurrentMapBase |
MAXIMUM_CAPACITY, segments |
| Constructor and description |
|---|
AbstractConcurrentMap(Object segmentInfo) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public V |
get(K key) |
|
public Entry<K, V> |
getOrPut(K key, V value) |
|
public void |
put(K key, V value) |
|
public void |
remove(K key) |
|
public AbstractConcurrentMap.Segment |
segmentFor(int hash) |
| Methods inherited from class | Name |
|---|---|
class AbstractConcurrentMapBase |
createSegment, fullSize, hash, segmentFor, size, values |
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.