public static class ManagedConcurrentMap.EntryWithValue<K, V> extends Map.Entry
Constructor and description |
---|
EntryWithValue
(ReferenceBundle bundle, Segment segment, K key, int hash, V value) |
Type Params | Return Type | Name and description |
---|---|---|
public void |
finalizeReference() | |
public V |
getValue() | |
public void |
setValue(V value) |
Methods inherited from class | Name |
---|---|
interface Map.Entry | equals, hashCode, getValue, getKey, setValue, comparingByKey, comparingByKey, comparingByValue, comparingByValue |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/util/ManagedConcurrentMap.EntryWithValue.html