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