Class PathTrie.TrieNode

  • Enclosing class:
    PathTrie<T>

    public class PathTrie.TrieNode
    extends Object
    • Method Detail

      • retrieve

        public T retrieve​(String[] path,
                          int index,
                          Map<String,​String> params,
                          org.elasticsearch.common.path.PathTrie.TrieMatchingMode trieMatchingMode)