[Java] Class Entry

  • org.codehaus.groovy.util.ComplexKeyHashMap.Entry

Field Summary

Fields
Modifiers Name Description
int hash
Entry next
Object value

Properties Summary

Properties
Type Name and description
Object value

Methods Summary

Methods
Type Params Return Type Name and description
Object getValue()
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 Entry next

public Object value

Property Detail

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/2.5.14/html/gapi/org/codehaus/groovy/util/ComplexKeyHashMap.Entry.html