| Package | Description |
|---|---|
| org.owasp.esapi.codecs |
This package contains codecs for application layer encoding/escaping schemes that can be used for
both canonicalization and output encoding.
|
| Modifier and Type | Field and Description |
|---|---|
private HashTrie.Node<T> |
HashTrie.root |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Character,HashTrie.Node<T>> |
HashTrie.Node.nextMap |
| Modifier and Type | Method and Description |
|---|---|
(package private) HashTrie.Node<T> |
HashTrie.Node.getNextNode(java.lang.Character ch)
Get the node for the specified character.
|
| Modifier and Type | Method and Description |
|---|---|
private static <T> java.util.Map<java.lang.Character,HashTrie.Node<T>> |
HashTrie.Node.newNodeMap()
Create a new Map for a node level.
|
private static <T> java.util.Map<java.lang.Character,HashTrie.Node<T>> |
HashTrie.Node.newNodeMap(java.util.Map<java.lang.Character,HashTrie.Node<T>> prev)
Create a new Map for a node level.
|
| Modifier and Type | Method and Description |
|---|---|
private static <T> java.util.Map<java.lang.Character,HashTrie.Node<T>> |
HashTrie.Node.newNodeMap(java.util.Map<java.lang.Character,HashTrie.Node<T>> prev)
Create a new Map for a node level.
|