Package org.codehaus.groovy.util
Class SingleKeyHashMap.Entry
java.lang.Object
org.codehaus.groovy.util.ComplexKeyHashMap.Entry
org.codehaus.groovy.util.SingleKeyHashMap.Entry
- Enclosing class:
- SingleKeyHashMap
public static class SingleKeyHashMap.Entry extends ComplexKeyHashMap.Entry
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
key
Fields inherited from class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
hash, next, value
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
Modifier and Type Method Description java.lang.Object
getKey()
Methods inherited from class org.codehaus.groovy.util.ComplexKeyHashMap.Entry
getValue, setValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
key
public java.lang.Object key
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getKey
public java.lang.Object getKey()
-