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