Uses of Class
io.objectbox.tree.Leaf

Packages that use Leaf
Package
Description
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
    Tree.getLeaf(long id)
    Get the leaf for the given ID or null if no leaf exists with that ID.
    Branch.leaf(String pathString)
    Get the leaf following the given path of children from this branch.
    Branch.leaf(String[] path)
    Get the leaf following the given path of children from this branch.
    Branch.leafChild(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
    long
    Tree.put(Leaf leaf)
    Puts (persists) a data leaf (containing a data value).