Uses of Class
org.apache.batik.dom.util.IntTable.Entry
-
Packages that use IntTable.Entry Package Description org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. -
-
Uses of IntTable.Entry in org.apache.batik.dom.util
Fields in org.apache.batik.dom.util declared as IntTable.Entry Modifier and Type Field Description IntTable.Entry
IntTable.Entry. next
The next entryprotected IntTable.Entry[]
IntTable. table
The underlying arrayMethods in org.apache.batik.dom.util that return IntTable.Entry Modifier and Type Method Description protected IntTable.Entry
IntTable. find(java.lang.Object key)
Finds the Entry with the given key.Constructors in org.apache.batik.dom.util with parameters of type IntTable.Entry Constructor Description Entry(int hash, java.lang.Object key, int value, IntTable.Entry next)
Creates a new Entry object.
-