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,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
DoublyIndexedTable.Entry next)
Creates a new entry.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.