W3cubDocs

/Groovy 3.0

[Java] Class ComplexKeyHashMap.Entry

  • org.codehaus.groovy.util.ComplexKeyHashMap.Entry
public static class ComplexKeyHashMap.Entry

Field Summary

Fields
Modifiers Name Description
int hash
Map.Entry next
Object value

Methods Summary

Methods
Type Params Return Type Name and description
public Object getValue()
public void setValue(Object value)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Field Detail

public int hash

public Map.Entry next

public Object value

Method Detail

public Object getValue()

public void setValue(Object 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/ComplexKeyHashMap.Entry.html