Class Tree<E>


  • public class Tree<E>
    extends Object
    Tree...
    • Constructor Detail

      • Tree

        public Tree()
      • Tree

        public Tree​(char separator)
    • Method Detail

      • clear

        public void clear()
      • put

        public E put​(String path,
                     E elem)
      • get

        public E get​(String path)
      • remove

        public E remove​(String path)
      • removeChildren

        public void removeChildren​(String path)
      • getRootPath

        public String getRootPath()