org.codehaus.groovy.util
Class ComplexKeyHashMap.Entry

java.lang.Object
  extended by 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


Field Summary
 int hash
           
 ComplexKeyHashMap.Entry next
           
 Object value
           
 
Constructor Summary
ComplexKeyHashMap.Entry()
           
 
Method Summary
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public int hash

next

public ComplexKeyHashMap.Entry next

value

public Object value
Constructor Detail

ComplexKeyHashMap.Entry

public ComplexKeyHashMap.Entry()
Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object value)

Copyright © 2003-2010 The Codehaus. All rights reserved.