| 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 | Name and description |
|---|---|
Object |
get(Object key) |
AbstractConcurrentMap.Entry |
getOrPut(Object key, Object value) |
void |
put(Object key, Object value) |
void |
remove(Object key) |
AbstractConcurrentMap.Segment |
segmentFor(int hash) |
Copyright © 2003-2014 The Codehaus. All rights reserved.