[Java] Interface Entry<V>

Properties Summary

Properties
Type Name and description
V value

Methods Summary

Methods
Type Params Return Type Name and description
int getHash()
V getValue()
boolean isValid()
void setValue(V value)

Property Detail

V value

Method Detail

public int getHash()

public V getValue()

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