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.Link
HashTableStack. current
The current link.HashTableStack.Link
HashTableStack.Link. next
The 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.
-