|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.util.Int2IntHash.Entry
static class Int2IntHash.Entry
Field Summary | |
---|---|
(package private) int |
key
|
(package private) Int2IntHash.Entry |
next
|
(package private) int |
value
|
Constructor Summary | |
---|---|
Int2IntHash.Entry(int key,
int value,
Int2IntHash.Entry next)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int key
int value
Int2IntHash.Entry next
Constructor Detail |
---|
Int2IntHash.Entry(int key, int value, Int2IntHash.Entry next)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |