Package | Description |
---|---|
com.sun.xml.fastinfoset.util |
Modifier and Type | Field and Description |
---|---|
(package private) CharArrayIntMap.Entry |
CharArrayIntMap.Entry._next |
private CharArrayIntMap.Entry[] |
CharArrayIntMap._table |
Modifier and Type | Method and Description |
---|---|
private void |
CharArrayIntMap.transfer(CharArrayIntMap.Entry[] newTable) |
Constructor and Description |
---|
Entry(char[] ch,
int start,
int length,
int hash,
int value,
CharArrayIntMap.Entry next) |