Package | Description |
---|---|
org.elasticsearch.common.path |
Modifier and Type | Method and Description |
---|---|
PathTrie.TrieNode |
PathTrie.TrieNode.getChild(String key) |
Modifier and Type | Method and Description |
---|---|
void |
PathTrie.TrieNode.addChild(PathTrie.TrieNode<T> child) |
Constructor and Description |
---|
TrieNode(String key,
T value,
PathTrie.TrieNode parent,
String wildcard) |
Copyright © 2009–2015. All rights reserved.