Uses of Class
io.objectbox.tree.Leaf
-
Packages that use Leaf Package Description io.objectbox.tree APIs to interact with tree structures stored in ObjectBox. -
-
Uses of Leaf in io.objectbox.tree
Methods in io.objectbox.tree that return Leaf Modifier and Type Method Description LeafTree. getLeaf(long id)Get the leaf for the given ID or null if no leaf exists with that ID.LeafBranch. leaf(java.lang.String pathString)Get the leaf following the given path of children from this branch.LeafBranch. leaf(java.lang.String[] path)Get the leaf following the given path of children from this branch.LeafBranch. leafChild(java.lang.String name)Get the child leaf directly attached to this branch with the given name.Methods in io.objectbox.tree with parameters of type Leaf Modifier and Type Method Description longTree. put(Leaf leaf)Puts (persists) a data leaf (containing a data value).
-