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