@Deprecated public abstract class AbstractConcurrentMapBase extends Object
Modifiers | Name | Description |
---|---|---|
interface |
AbstractConcurrentMapBase.Entry |
|
static class |
AbstractConcurrentMapBase.Segment |
Modifiers | Name | Description |
---|---|---|
protected static int |
MAXIMUM_CAPACITY |
|
protected Segment[] |
segments |
Constructor and description |
---|
AbstractConcurrentMapBase(Object segmentInfo) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected abstract Segment |
createSegment(Object segmentInfo, int cap) |
|
public int |
fullSize() |
<K> |
protected static int |
hash(K key) |
|
public Segment |
segmentFor(int hash) |
|
public int |
size() |
|
public Collection |
values() |
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.