Package | Description |
---|---|
org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
Modifier and Type | Field and Description |
---|---|
HashTable.Entry |
HashTable.Entry.next
The next entry
|
protected HashTable.Entry[] |
HashTable.table
The underlying array
|
Constructor and Description |
---|
Entry(int hash,
Object key,
Object value,
HashTable.Entry next)
Creates a new entry
|
Copyright © 2000–2018 Apache Software Foundation. All rights reserved.