org.codehaus.groovy.util
Class ComplexKeyHashMap.Entry
java.lang.Object
  
org.codehaus.groovy.util.ComplexKeyHashMap.Entry
- Direct Known Subclasses: 
 - DoubleKeyHashMap.Entry, SingleKeyHashMap.Entry, TripleKeyHashMap.Entry
 
- Enclosing class:
 - ComplexKeyHashMap
 
public static class ComplexKeyHashMap.Entry
- extends Object
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
hash
public int hash
next
public ComplexKeyHashMap.Entry next
value
public Object value
ComplexKeyHashMap.Entry
public ComplexKeyHashMap.Entry()
getValue
public Object getValue()
 
setValue
public void setValue(Object value)