Interface PriorityTree
public interface PriorityTree
INTERNAL API
- 
Method SummaryModifier 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- 
insertOrUpdateReturns a new priority tree containing the new or existing and updated stream.- Parameters:
- streamId- (undocumented)
- streamDependency- (undocumented)
- weight- (undocumented)
- exclusive- (undocumented)
- Returns:
- (undocumented)
 
- 
rootNodePriorityNode rootNode()Returns the root node of the tree.- Returns:
- (undocumented)
 
- 
printString print()Gives an ASCII representation of the tree.- Returns:
- (undocumented)
 
 
-