[Java] Class EntryWithValue<K, V>

  • org.codehaus.groovy.util.ManagedConcurrentMap.EntryWithValue

Properties Summary

Properties
Type Name and description
V value

Constructor Summary

Constructors
Constructor and description
ManagedConcurrentMap.EntryWithValue (ReferenceBundle bundle, Segment segment, K key, int hash, V value)

Methods Summary

Methods
Type Params Return Type Name and description
void finalizeReference()
V getValue()
void setValue(V value)

Property Detail

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.5.14/html/gapi/org/codehaus/groovy/util/ManagedConcurrentMap.EntryWithValue.html