org.jmol.util
static class Int2IntHash.Entry extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
key |
(package private) Int2IntHash.Entry |
next |
(package private) int |
value |
Constructor and Description |
---|
Int2IntHash.Entry(int key,
int value,
Int2IntHash.Entry next) |
int key
int value
Int2IntHash.Entry next
Int2IntHash.Entry(int key, int value, Int2IntHash.Entry next)