groovy / 2.4.21 / org / codehaus / groovy / util / abstractconcurrentmapbase.entry.html /

[Java] Interface Entry<V>

Methods Summary

Methods
Type Params Return Type Name and description
int getHash()
V getValue()
boolean isValid()
void setValue(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.4.21/html/gapi/org/codehaus/groovy/util/AbstractConcurrentMapBase.Entry.html