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