- org.codehaus.groovy.util.AbstractConcurrentMap
    
        - 
        
        
            
        
        
        
        
        
            
        
        
        
        
        
        
        
        
        
        
        
        
            
            - 
                    Methods Summary
                    
                        Methods 
                        
                            | Type Params | Return Type | Name and description |  
                            |  | public V | get(K key)
 |  
                            |  | public Entry<K, V> | getOrPut(K key, V value)
 |  
                            |  | public void | put(K key, V value)
 |  
                            |  | public void | remove(K key)
 |  
                            |  | public Segment | segmentFor(int hash)
 |  
 
 
- 
                    Inherited Methods Summary
 
 
    
        - 
           
            
            
            
            
            
            
                - 
                    
                
                    Constructor Detail
                            - 
                                public AbstractConcurrentMap(Object segmentInfo)
 
 
                - 
                    
                
                    Method Detail
                            - 
                                public Entry<K, V> getOrPut(K key, V value)
 
                            - 
                                public void put(K key, V value)
 
                            - 
                                public void remove(K key)
 
 
 
    
    
    Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.