protected static class StringIntMap.Entry
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
int |
hash |
The hash code, must not change after init.
|
java.lang.String |
key |
The key
|
StringIntMap.Entry |
next |
The next entry - changed, when table[] is reordered.
|
int |
value |
The value, not changed after creation.
|
| Constructor | Description |
|---|---|
Entry(int hash,
java.lang.String key,
int value,
StringIntMap.Entry next) |
Creates a new entry
|
public final int hash
public java.lang.String key
public int value
public StringIntMap.Entry next
public Entry(int hash,
java.lang.String key,
int value,
StringIntMap.Entry next)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.