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