@Deprecated public abstract class AbstractConcurrentMapBase extends Object
| Modifiers | Name | Description | 
|---|---|---|
interface  | 
                            AbstractConcurrentMapBase.Entry | 
                            |
static class  | 
                            AbstractConcurrentMapBase.Segment | 
                            
| Constructor and description | 
|---|
                                AbstractConcurrentMapBase(Object segmentInfo) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public int | 
                            fullSize() | 
                        
 | 
                            public Segment | 
                            segmentFor(int hash) | 
                        
 | 
                            public int | 
                            size() | 
                        
 | 
                            public Collection | 
                            values() | 
                        
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.