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(Object key)
Finds the Entry with the given key.
|
Constructor and Description |
---|
Entry(int hash,
Object key,
int value,
IntTable.Entry next)
Creates a new Entry object.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.