| Package | Description |
|---|---|
| org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
| Modifier and Type | Field | Description |
|---|---|---|
IntTable.Entry |
IntTable.Entry.next |
The next entry
|
protected IntTable.Entry[] |
IntTable.table |
The underlying array
|
| Modifier and Type | Method | Description |
|---|---|---|
protected IntTable.Entry |
IntTable.find(java.lang.Object key) |
Finds the Entry with the given key.
|
| Constructor | Description |
|---|---|
Entry(int hash,
java.lang.Object key,
int value,
IntTable.Entry next) |
Creates a new Entry object.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.