Uses of Class
org.apache.batik.dom.util.HashTableStack.Link
-
Packages that use HashTableStack.Link Package Description org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. -
-
Uses of HashTableStack.Link in org.apache.batik.dom.util
Fields in org.apache.batik.dom.util declared as HashTableStack.Link Modifier and Type Field Description protected HashTableStack.LinkHashTableStack. currentThe current link.HashTableStack.LinkHashTableStack.Link. nextThe next link.Constructors in org.apache.batik.dom.util with parameters of type HashTableStack.Link Constructor Description Link(HashTableStack.Link n)Creates a new link.
-