Uses of Class
org.apache.batik.dom.util.IntTable
-
Packages that use IntTable Package Description org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module.org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. -
-
Uses of IntTable in org.apache.batik.dom.events
Fields in org.apache.batik.dom.events declared as IntTable Modifier and Type Field Description protected IntTable
EventListenerList. counts
Counts of listener entries with a given namespace URI. -
Uses of IntTable in org.apache.batik.dom.util
Constructors in org.apache.batik.dom.util with parameters of type IntTable Constructor Description IntTable(IntTable t)
Creates a copy of the given HashTable object.
-