|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.util.HashTableStack
This class represents a stack of HashTable objects.
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected HashTableStack.Link current
| Constructor Detail |
public HashTableStack()
| Method Detail |
public void push()
public void pop()
public String put(String s,
String v)
public String get(String s)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||