|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.util.HashTableStack.Link
protected static class HashTableStack.Link
To store the hashtables.
Field Summary | |
---|---|
java.lang.String |
defaultStr
The default namespace for this part of the stack. |
HashTableStack.Link |
next
The next link. |
int |
pushCount
The count of pushes since this link was added. |
HashTable |
table
The table. |
Constructor Summary | |
---|---|
HashTableStack.Link(HashTableStack.Link n)
Creates a new link. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public HashTable table
public HashTableStack.Link next
public java.lang.String defaultStr
public int pushCount
Constructor Detail |
---|
public HashTableStack.Link(HashTableStack.Link n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |