Class ConcurrentReferenceHashMap.InitializableEntry<K,V>
java.lang.Object
org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.InitializableEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,V>
- Enclosing class:
- ConcurrentReferenceHashMap<K,
V>
protected static class ConcurrentReferenceHashMap.InitializableEntry<K,V>
extends Object
implements Map.Entry<K,V>
Reusable entry implementation for cached entry iteration.
-
Constructor Details
-
InitializableEntry
protected InitializableEntry()
-
-
Method Details
-
getKey
-
getValue
-
init
Reinitializes this entry with the supplied key and value.- Parameters:
key- the entry keyvalue- the entry value- Returns:
- this entry
-
setValue
-