public interface AbstractConcurrentMapBase.Entry<V>
Type Params | Return Type | Name and description |
---|---|---|
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/3.0.7/html/gapi/org/codehaus/groovy/util/AbstractConcurrentMapBase.Entry.html