Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.1
-
None
Description
Create the following new class:
Sequence {
Tree
}
The static methods in Sequence.Tree, and pivot.wtk.TreeView can change from using raw Sequence<Integer> to using Path. This is not only more explicit, but it allows callers to iterate over the path, whereas Sequence is not iterable.