protected static class HashTableStack.Link extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
HashMap |
table
The table.
|
Constructor and Description |
---|
Link(HashTableStack.Link n)
Creates a new link.
|
public HashMap table
public HashTableStack.Link next
public String defaultStr
public int pushCount
public Link(HashTableStack.Link n)
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.