| Package | Description |
|---|---|
| org.apache.batik.util |
Provides some useful classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected DoublyIndexedTable.Entry |
DoublyIndexedTable.Entry.next
The next entry.
|
protected DoublyIndexedTable.Entry[] |
DoublyIndexedTable.table
The underlying array
|
| Constructor and Description |
|---|
Entry(int hash,
Object key1,
Object key2,
Object value,
DoublyIndexedTable.Entry next)
Creates a new entry.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.