Interface HeldNode<T>

Type Parameters:
T - the identifier type of the holder

@Deprecated public interface HeldNode<T>
Deprecated.
The only usages of this interface are also deprecated.
A relationship between a PermissionHolder and a Node.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the holder of the node
    Deprecated.
    Gets the node
  • Method Details

    • getHolder

      @NonNull T getHolder()
      Deprecated.
      Gets the holder of the node
      Returns:
      the holder
    • getNode

      @NonNull Node getNode()
      Deprecated.
      Gets the node
      Returns:
      the node