Class HashTableStack
java.lang.Object
org.apache.batik.dom.util.HashTableStack
This class represents a stack of HashTable objects.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classTo store the hashtables. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
current
The current link.
-
-
Constructor Details
-
HashTableStack
public HashTableStack()Creates a new HashTableStack object.
-
-
Method Details
-
push
public void push()Pushes a new table on the stack. -
pop
public void pop()Removes the table on the top of the stack. -
put
-
get
-