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