Interface PriorityTree


public interface PriorityTree
INTERNAL API
  • Method Summary

    Modifier and Type
    Method
    Description
    insertOrUpdate(int streamId, int streamDependency, int weight, boolean exclusive)
    Returns a new priority tree containing the new or existing and updated stream.
    Gives an ASCII representation of the tree.
    Returns the root node of the tree.
  • Method Details

    • insertOrUpdate

      PriorityTree insertOrUpdate(int streamId, int streamDependency, int weight, boolean exclusive)
      Returns a new priority tree containing the new or existing and updated stream.
      Parameters:
      streamId - (undocumented)
      streamDependency - (undocumented)
      weight - (undocumented)
      exclusive - (undocumented)
      Returns:
      (undocumented)
    • rootNode

      PriorityNode rootNode()
      Returns the root node of the tree.
      Returns:
      (undocumented)
    • print

      String print()
      Gives an ASCII representation of the tree.
      Returns:
      (undocumented)