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