Package org.apache.batik.dom.util
Class HashTableStack.Link
java.lang.Object
org.apache.batik.dom.util.HashTableStack.Link
- Enclosing class:
HashTableStack
To store the hashtables.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe default namespace for this part of the stack.The next link.int
The count of pushes since this link was added.The table. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
table
The table. -
next
The next link. -
defaultStr
The default namespace for this part of the stack. -
pushCount
public int pushCountThe count of pushes since this link was added.
-
-
Constructor Details
-
Link
Creates a new link.
-