|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.util.ObjectIntMap.Entry
private static final class ObjectIntMap.Entry
The structure used for chaining colliding keys.
Field Summary | |
---|---|
(package private) java.lang.Object |
m_key
|
(package private) ObjectIntMap.Entry |
m_next
|
(package private) int |
m_value
|
Constructor Summary | |
---|---|
ObjectIntMap.Entry(java.lang.Object key,
int value,
ObjectIntMap.Entry next)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.Object m_key
int m_value
ObjectIntMap.Entry m_next
Constructor Detail |
---|
ObjectIntMap.Entry(java.lang.Object key, int value, ObjectIntMap.Entry next)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |