Uses of Class
org.apache.batik.util.DoublyIndexedTable.Entry
-
Packages that use DoublyIndexedTable.Entry Package Description org.apache.batik.util Provides some useful classes. -
-
Uses of DoublyIndexedTable.Entry in org.apache.batik.util
Fields in org.apache.batik.util declared as DoublyIndexedTable.Entry Modifier and Type Field Description protected DoublyIndexedTable.Entry
DoublyIndexedTable.Entry. next
The next entry.private DoublyIndexedTable.Entry
DoublyIndexedTable.TableIterator. nextEntry
The next Entry to return.protected DoublyIndexedTable.Entry[]
DoublyIndexedTable. table
The underlying arrayConstructors in org.apache.batik.util with parameters of type DoublyIndexedTable.Entry Constructor Description Entry(int hash, java.lang.Object key1, java.lang.Object key2, java.lang.Object value, DoublyIndexedTable.Entry next)
Creates a new entry.
-