Package org.apache.batik.dom.util
Class HashTableStack
java.lang.Object
org.apache.batik.dom.util.HashTableStack
This class represents a stack of HashTable objects.
- Version:
- $Id: HashTableStack.java 1810674 2017-10-03 09:12:00Z ssteiner $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
To 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
Creates a mapping in the table on the top of the stack. -
get
Gets an item in the table on the top of the stack.
-