protected static class StringIntMap.Entry extends KeyIntMap.BaseEntry
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
_key |
(package private) StringIntMap.Entry |
_next |
_hash, _value| Constructor and Description |
|---|
Entry(java.lang.String key,
int hash,
int value,
StringIntMap.Entry next) |
final java.lang.String _key
StringIntMap.Entry _next
public Entry(java.lang.String key,
int hash,
int value,
StringIntMap.Entry next)