public class PathTrie<T> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
PathTrie.Decoder |
class |
PathTrie.TrieNode<T> |
Modifier and Type | Field and Description |
---|---|
static PathTrie.Decoder |
NO_DECODER |
Constructor and Description |
---|
PathTrie() |
PathTrie(char separator,
String wildcard,
PathTrie.Decoder decoder) |
PathTrie(PathTrie.Decoder decoder) |
public static final PathTrie.Decoder NO_DECODER
public PathTrie()
public PathTrie(PathTrie.Decoder decoder)
public PathTrie(char separator, String wildcard, PathTrie.Decoder decoder)
Copyright © 2009–2015. All rights reserved.