[Java] Class ComplexKeyHashMap.Entry
- org.codehaus.groovy.util.ComplexKeyHashMap.Entry
public static class ComplexKeyHashMap.Entry
Field Summary
| Modifiers | Name | Description |
|---|---|---|
int | hash | |
Map.Entry | next | |
Object | value |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
public Object |
getValue() | |
public void |
setValue(Object value) |
Inherited Methods Summary
| 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