|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.util.HashTableStack
This class represents a stack of HashTable objects.
Inner 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 | |
java.lang.String |
get(java.lang.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. |
java.lang.String |
put(java.lang.String s,
java.lang.Object o)
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 java.lang.String put(java.lang.String s, java.lang.Object o)
public java.lang.String get(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |