[Java] Class EntryWithValue<K, V>
- org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue
Constructor Summary
Constructor and description |
---|
ManagedConcurrentMap.EntryWithValue
(ReferenceBundle bundle, Segment segment, K key, int hash, V value) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
finalizeReference() | |
V |
getValue() | |
void |
setValue(V value) |
Constructor Detail
public ManagedConcurrentMap.EntryWithValue(ReferenceBundle bundle, Segment segment, K key, int hash, V value)
Method Detail
@Override public void finalizeReference()
@Override public V getValue()
@Override public void setValue(V value)
© 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/ManagedConcurrentMap.EntryWithValue.html