Class PathTree<T extends Pathable>

    • Constructor Detail

      • PathTree

        public PathTree​(List<T> values)
    • Method Detail

      • getBestMatchingNode

        public Node<T> getBestMatchingNode​(String path)