Uses of Class
io.objectbox.tree.Branch
-
Packages that use Branch Package Description io.objectbox.tree APIs to interact with tree structures stored in ObjectBox. -
-
Uses of Branch in io.objectbox.tree
Methods in io.objectbox.tree that return Branch Modifier and Type Method Description BranchBranch. branch(java.lang.String pathString)Get the branch following the given path of child branches from this branch.BranchBranch. branch(java.lang.String[] path)Get the branch following the given path of child branches from this branch.BranchBranch. branchChild(java.lang.String name)Get the child branch directly attached to this branch with the given name.BranchTree. getRoot()Gets the root of the data tree.
-