protected static class HashTableStack.Link
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
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.
|
java.util.HashMap |
table |
The table.
|
| Constructor | Description |
|---|---|
Link(HashTableStack.Link n) |
Creates a new link.
|
public java.util.HashMap table
public HashTableStack.Link next
public java.lang.String defaultStr
public int pushCount
public Link(HashTableStack.Link n)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.