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