Package io.objectbox.tree
Class Branch
java.lang.Object
io.objectbox.tree.Branch
-
Method Summary
Modifier and TypeMethodDescriptionGet the branch following the given path of child branches from this branch.Get the branch following the given path of child branches from this branch.branchChild
(String name) Get the child branch directly attached to this branch with the given name.long
getId()
getTree()
Get the leaf following the given path of children from this branch.Get the leaf following the given path of children from this branch.Get the child leaf directly attached to this branch with the given name.
-
Method Details
-
getTree
-
getId
public long getId() -
branch
Get the branch following the given path of child branches from this branch.- Returns:
- null if no matching tree node was found
-
branch
Get the branch following the given path of child branches from this branch.- Returns:
- null if no matching tree node was found
-
branchChild
Get the child branch directly attached to this branch with the given name.- Returns:
- null if no matching tree node was found
-
leaf
Get the leaf following the given path of children from this branch.- Returns:
- null if no matching tree node was found
-
leaf
Get the leaf following the given path of children from this branch.- Returns:
- null if no matching tree node was found
-
leafChild
Get the child leaf directly attached to this branch with the given name.- Returns:
- null if no matching tree node was found
-