Package org.codehaus.groovy.util
Class ComplexKeyHashMap.Entry
- java.lang.Object
-
- org.codehaus.groovy.util.ComplexKeyHashMap.Entry
-
- Direct Known Subclasses:
SingleKeyHashMap.Entry
,TripleKeyHashMap.Entry
- Enclosing class:
- ComplexKeyHashMap
public static class ComplexKeyHashMap.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
hash
ComplexKeyHashMap.Entry
next
java.lang.Object
value
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
void
setValue(java.lang.Object value)
-
-
-
Field Detail
-
hash
public int hash
-
next
public ComplexKeyHashMap.Entry next
-
value
public java.lang.Object value
-
-