| Interface | Description |
|---|---|
| Trie<T> |
| Class | Description |
|---|---|
| Codec |
The Codec interface defines a set of methods for encoding and decoding application level encoding schemes, such as HTML entity encoding and percent encoding (aka URL encoding).
|
| HashTrie<T> |
Trie implementation for CharSequence keys.
|
| HTMLEntityCodec |
Implementation of the Codec interface for HTML entity encoding.
|
| PercentCodec |
Implementation of the Codec interface for percent encoding (aka URL encoding).
|
| PushbackString |
The pushback string is used by Codecs to allow them to push decoded characters back onto a string for further decoding.
|
| Trie.TrieProxy<T> | |
| Trie.Unmodifiable<T> | |
| Trie.Util |
Copyright © 2017. All rights reserved.