|
Groovy 1.7.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.util.ComplexKeyHashMap.Entry
class ComplexKeyHashMap.Entry
Field Summary | |
---|---|
int |
hash
|
Entry |
next
|
Object |
value
|
Constructor Summary | |
ComplexKeyHashMap.Entry()
|
Method Summary | |
---|---|
Object
|
getValue()
|
void
|
setValue(Object value)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Field Detail |
---|
int hash
Entry next
Object value
Constructor Detail |
---|
ComplexKeyHashMap.Entry()
Method Detail |
---|
public Object getValue()
public void setValue(Object value)
Copyright © 2003-2009 The Codehaus. All rights reserved.