[Java] Class AbstractConcurrentMap<K, V>
- org.codehaus.groovy.util.AbstractConcurrentMap
Nested Class Summary
Constructor Summary
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 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)