Uses of Class
org.apache.batik.dom.util.IntTable.Entry
Packages that use IntTable.Entry
Package
Description
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.EntryModifier and TypeFieldDescriptionIntTable.Entry.next
The next entryprotected IntTable.Entry[]
IntTable.table
The underlying arrayMethods in org.apache.batik.dom.util that return IntTable.EntryConstructors in org.apache.batik.dom.util with parameters of type IntTable.EntryModifierConstructorDescriptionEntry
(int hash, Object key, int value, IntTable.Entry next) Creates a new Entry object.