APIs to interact with tree structures stored in ObjectBox.
-
Class Summary
| Class |
Description |
| Branch |
|
| Leaf |
A data leaf represents a data value in a Tree as a child of a Branch.
|
| LeafNode |
(Potentially internal) value object created in our JNI layer to represent a leaf with all stored data.
|
| Tree |
A higher level tree API operating on branch and leaf nodes.
|