Interface PriorityTree
public interface PriorityTree
INTERNAL API
-
Method Summary
Modifier and TypeMethodDescriptioninsertOrUpdate(int streamId, int streamDependency, int weight, boolean exclusive) Returns a new priority tree containing the new or existing and updated stream.print()Gives an ASCII representation of the tree.rootNode()Returns the root node of the tree.
-
Method Details
-
insertOrUpdate
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)
-