Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-84

Create Sequence.Tree.Path

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1
    • 1.2
    • core-collections, wtk
    • None

    Description

      Create the following new class:

      Sequence {
      Tree

      { public static class Path implements Sequence<Integer>, Iterable<Integer>; }

      }

      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.

      Attachments

        Activity

          People

            tvolkert Todd Volkert
            tvolkert Todd Volkert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: