Class TagPathTree<T>

    • Constructor Detail

      • TagPathTree

        public TagPathTree()
    • Method Detail

      • insertValue

        public boolean insertValue​(TagPath path,
                                   T value)
        Same as put, for for backwards compatibility *
      • getRootValue

        public T getRootValue()
      • createFolderLeafValue

        protected T createFolderLeafValue​(TagPath path)
        When branch nodes are created implicitly, this function is used to provide a leaf value. The default implementation returns null.
      • entrySet

        public java.util.Set<java.util.Map.Entry<TagPath,​T>> entrySet()