Uses of Class
io.objectbox.tree.LeafNode
-
Packages that use LeafNode Package Description io.objectbox.tree APIs to interact with tree structures stored in ObjectBox. -
-
Uses of LeafNode in io.objectbox.tree
Fields in io.objectbox.tree declared as LeafNode Modifier and Type Field Description private LeafNodeLeaf. nodeMethods in io.objectbox.tree that return LeafNode Modifier and Type Method Description private LeafNodeBranch. nativeGetLeaf(long treeHandle, long branchId, java.lang.String[] path)Get a data leaf matching the path, starting at the given databranchId.(package private) LeafNodeTree. nativeGetLeafById(long treeHandle, long leafId)Constructors in io.objectbox.tree with parameters of type LeafNode Constructor Description Leaf(LeafNode node)
-