|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.IntIntMap.Entry
private static final class IntIntMap.Entry
The structure used for chaining colliding keys.
Field Summary | |
---|---|
(package private) int |
m_key
|
(package private) IntIntMap.Entry |
m_next
|
(package private) int |
m_value
|
Constructor Summary | |
---|---|
IntIntMap.Entry(int key,
int value,
IntIntMap.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 m_key
int m_value
IntIntMap.Entry m_next
Constructor Detail |
---|
IntIntMap.Entry(int key, int value, IntIntMap.Entry next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |