private static final class IntSet.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
m_key |
(package private) IntSet.Entry |
m_next |
| Constructor and Description |
|---|
IntSet.Entry(int key,
IntSet.Entry next) |
final int m_key
IntSet.Entry m_next
IntSet.Entry(int key,
IntSet.Entry next)