org.apache.batik.dom.util
public class HashTableStack extends Object
| Nested Class Summary | |
|---|---|
| protected static class | HashTableStack.Link
To store the hashtables. |
| Field Summary | |
|---|---|
| protected HashTableStack.Link | current
The current link. |
| Constructor Summary | |
|---|---|
| HashTableStack()
Creates a new HashTableStack object. | |
| Method Summary | |
|---|---|
| String | get(String s)
Gets an item in the table on the top of the stack. |
| void | pop()
Removes the table on the top of the stack. |
| void | push()
Pushes a new table on the stack. |
| String | put(String s, String v)
Creates a mapping in the table on the top of the stack. |