public static class ComplexKeyHashMap.Entry
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| int | hash | 
| ComplexKeyHashMap.Entry | next | 
| java.lang.Object | value | 
| Constructor and Description | 
|---|
| Entry() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getValue() | 
| void | setValue(java.lang.Object value) | 
public int hash
public ComplexKeyHashMap.Entry next
public java.lang.Object value