Package io.objectbox.tree


@ParametersAreNonnullByDefault package io.objectbox.tree
APIs to interact with tree structures stored in ObjectBox.
  • Classes
    Class
    Description
    A branch within a Tree.
    A data leaf represents a data value in a Tree as a child of a Branch.
    (Potentially internal) value object created in our JNI layer to represent a leaf with all stored data.
    A higher level tree API operating on branch and leaf nodes.