[Java] Class Entry<K, V>

  • org.codehaus.groovy.util.ManagedConcurrentMap.Entry
All Implemented Interfaces and Traits:
Entry
public static class ManagedConcurrentMap.Entry
extends ManagedReference

Properties Summary

Properties
Type Name and description
V value

Constructor Summary

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

Methods Summary

Methods
Type Params Return Type Name and description
void finalizeRef()
@deprecated use finalizeReference
void finalizeReference()
int getHash()
V getValue()
boolean isEqual(K key, int hash)
boolean isValid()
void setValue(V value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class ManagedReference clear, finalizeReference, get

Property Detail

V value

Constructor Detail

public ManagedConcurrentMap.Entry(ReferenceBundle bundle, Segment segment, K key, int hash)

Method Detail

@Deprecated public void finalizeRef()

deprecated:
use finalizeReference

@Override public void finalizeReference()

public int getHash()

public V getValue()

public boolean isEqual(K key, int hash)

public boolean isValid()

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.Entry.html