Uses of Class
org.apache.batik.util.SoftDoublyIndexedTable.Entry
-
Packages that use SoftDoublyIndexedTable.Entry Package Description 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 Modifier and Type Field Description SoftDoublyIndexedTable.Entry
SoftDoublyIndexedTable.Entry. next
The next entryprotected SoftDoublyIndexedTable.Entry[]
SoftDoublyIndexedTable. table
The underlying arrayConstructors in org.apache.batik.util with parameters of type SoftDoublyIndexedTable.Entry Constructor Description Entry(int hash, java.lang.Object key1, java.lang.Object key2, java.lang.Object value, SoftDoublyIndexedTable.Entry next)
Creates a new entry
-