public interface PriorityTree
| Modifier and Type | Method and Description | 
|---|---|
| PriorityTree | insertOrUpdate(int streamId,
              int streamDependency,
              int weight,
              boolean exclusive)Returns a new priority tree containing the new or existing and updated stream. | 
| java.lang.String | print()Gives an ASCII representation of the tree. | 
| PriorityNode | rootNode()Returns the root node of the tree. | 
PriorityTree insertOrUpdate(int streamId, int streamDependency, int weight, boolean exclusive)
streamId - (undocumented)streamDependency - (undocumented)weight - (undocumented)exclusive - (undocumented)PriorityNode rootNode()
java.lang.String print()