- org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.InitializableEntry
-
- All Implemented Interfaces and Traits:
- Entry
protected static class ConcurrentReferenceHashMap.InitializableEntry<K, V>
extends Object
implements Entry
Reusable entry implementation for cached entry iteration.
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
|
public K |
getKey() {@inheritDoc} |
|
public V |
getValue() {@inheritDoc} |
|
public Entry<K, V> |
init(K key, V value) Reinitializes this entry with the supplied key and value. |
|
public V |
setValue(V value) {@inheritDoc} |
-
Inherited Methods Summary
-
-
Method Detail
-
public K getKey()
{@inheritDoc}
-
public V getValue()
{@inheritDoc}
-
public V setValue(V value)
{@inheritDoc}
- Summary:
Nested Field Constructor - Method
- | Detail:
Field Constructor - Method
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.