|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoftDoublyIndexedTable.Entry | |
org.apache.batik.util | Provides some useful classes. |
Uses of SoftDoublyIndexedTable.Entry in org.apache.batik.util |
Fields in org.apache.batik.util declared as SoftDoublyIndexedTable.Entry | |
protected SoftDoublyIndexedTable.Entry[] |
SoftDoublyIndexedTable.table
The underlying array |
SoftDoublyIndexedTable.Entry |
SoftDoublyIndexedTable.Entry.next
The next entry |
Constructors in org.apache.batik.util with parameters of type SoftDoublyIndexedTable.Entry | |
SoftDoublyIndexedTable.Entry(int hash,
java.lang.Object key1,
java.lang.Object key2,
java.lang.Object value,
SoftDoublyIndexedTable.Entry next)
Creates a new entry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |