| 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 Segment | 
                            createSegment(Object segmentInfo, int cap) | 
                        
 | 
                            int | 
                            fullSize() | 
                        
 | 
                            protected static int | 
                            hash(K key) | 
                        
 | 
                            Segment | 
                            segmentFor(int hash) | 
                        
 | 
                            int | 
                            size() | 
                        
 | 
                            Collection | 
                            values() | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.