Uses of Class
org.apache.batik.dom.util.TriplyIndexedTable.Entry
-
Packages that use TriplyIndexedTable.Entry Package Description org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. -
-
Uses of TriplyIndexedTable.Entry in org.apache.batik.dom.util
Fields in org.apache.batik.dom.util declared as TriplyIndexedTable.Entry Modifier and Type Field Description TriplyIndexedTable.Entry
TriplyIndexedTable.Entry. next
The next entryprotected TriplyIndexedTable.Entry[]
TriplyIndexedTable. table
The underlying arrayConstructors in org.apache.batik.dom.util with parameters of type TriplyIndexedTable.Entry Constructor Description Entry(int hash, java.lang.Object key1, java.lang.Object key2, java.lang.Object key3, java.lang.Object value, TriplyIndexedTable.Entry next)
Creates a new entry
-