public class TagTree extends TagPathTree<Tag> implements TagCollection
TagPathTree.SimpleEntry
PathTree.TreeNode
Constructor and Description |
---|
TagTree() |
Modifier and Type | Method and Description |
---|---|
protected Tag |
createFolderLeafValue(TagPath path)
When branch nodes are created implicitly, this function is used to provide a leaf value.
|
java.util.Collection<TagPath> |
getChildrenPaths(TagPath path) |
Tag |
getTag(TagPath path)
Returns the tag located at a specific path.
|
void |
insertTag(TagPath path,
Tag value) |
entrySet, enumerateEntries, getRootValue, insertValue, instantiateNode
browse, clear, findNode, get, getBranches, getChildren, getRoot, isCaseSensitive, put, remove, setCaseSensitive, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
browse
public Tag getTag(TagPath path)
TagCollection
getTag
in interface TagCollection
protected Tag createFolderLeafValue(TagPath path)
TagPathTree
createFolderLeafValue
in class TagPathTree<Tag>