private class Int2IntHash.Entry extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
key |
protected Int2IntHash.Entry |
next |
protected int |
value |
Constructor and Description |
---|
Entry(int key,
int value,
Int2IntHash.Entry next) |
protected int key
protected int value
protected Int2IntHash.Entry next
Entry(int key, int value, Int2IntHash.Entry next)