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 |
---|
HashTable.Entry(int hash,
java.lang.Object key,
java.lang.Object value,
HashTable.Entry next)
Creates a new entry
|
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.