public static class ComplexKeyHashMap.Entry extends Object
| Modifier and Type | Field and Description | 
|---|---|
| int | hash | 
| ComplexKeyHashMap.Entry | next | 
| Object | value | 
| Constructor and Description | 
|---|
| ComplexKeyHashMap.Entry() | 
public int hash
public ComplexKeyHashMap.Entry next
public Object value