Interface ITreeParentAccessor<TNode,​TIdentifier>

    • Method Detail

      • getParent

        TNode getParent​(TNode node)
        Parameters:
        node - The node for which to get the parent.
        Returns:
        Parent of the node, null if it is a root node.
      • getId

        TIdentifier getId​(TNode node)
        Parameters:
        node - A node for which to retrieve its ID.
        Returns:
        The (unique) identifier of the given tree node.