|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstructor
Interface for constructing nodes in a Segment Tree.
Exposed in this way to enable individual SegmentTrees to have nodes that store different pieces of information, yet need to construct nodes as needed.
Method Summary | |
---|---|
SegmentTreeNode |
construct(int left,
int right)
Instantiate the actual node. |
Method Detail |
---|
SegmentTreeNode construct(int left, int right)
left
- left boundary of the rangeright
- right boundary of the range
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |