Uses of Class
io.objectbox.tree.Tree
-
Packages that use Tree Package Description io.objectbox.tree APIs to interact with tree structures stored in ObjectBox. -
-
Uses of Tree in io.objectbox.tree
Fields in io.objectbox.tree declared as Tree Modifier and Type Field Description private TreeBranch. treeMethods in io.objectbox.tree that return Tree Modifier and Type Method Description TreeBranch. getTree()Constructors in io.objectbox.tree with parameters of type Tree Constructor Description Branch(Tree tree, long id)
-