protected static class IntHashtable.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
key |
IntHashtable.Entry |
next |
int |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
Entry() |
public int key
public int value
public IntHashtable.Entry next