| Package | Description |
|---|---|
| com.sun.xml.fastinfoset.util |
| Modifier and Type | Field and Description |
|---|---|
private StringIntMap.Entry |
FixedEntryStringIntMap._fixedEntry |
protected StringIntMap.Entry |
StringIntMap._lastEntry |
(package private) StringIntMap.Entry |
StringIntMap.Entry._next |
protected StringIntMap.Entry[] |
StringIntMap._table |
protected static StringIntMap.Entry |
StringIntMap.NULL_ENTRY |
| Modifier and Type | Method and Description |
|---|---|
private void |
StringIntMap.transfer(StringIntMap.Entry[] newTable) |
| Constructor and Description |
|---|
Entry(java.lang.String key,
int hash,
int value,
StringIntMap.Entry next) |