[Java] Class Segment<K, V>
- org.codehaus.groovy.util.AbstractConcurrentMap.Segment
Constructor Summary
Constructor and description |
---|
protected AbstractConcurrentMap.Segment
(int initialCapacity) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected Entry<K, V> |
createEntry(K key, int hash, V value) | |
V |
get(K key, int hash) | |
Entry<K, V> |
getOrPut(K key, int hash, V value) | |
Entry |
put(K key, int hash, V value) | |
void |
remove(K key, int hash) |
Constructor Detail
protected AbstractConcurrentMap.Segment(int initialCapacity)
Method Detail
protected Entry<K, V> createEntry(K key, int hash, V value)
public final V get(K key, int hash)
public final Entry<K, V> getOrPut(K key, int hash, V value)
public final Entry put(K key, int hash, V value)
public void remove(K key, int hash)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/util/AbstractConcurrentMap.Segment.html