ConsString should provide accessors for left and right parts

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 8
    • Component/s: core-libs
    • None

      ConsString should provide accessors for its left and right parts so that applications can avoid the expensive flattening operation by dealing with the left/right parts directly. The following API is suggested -

          public CharSequence left() { return left; }
          public CharSequence right() { return right; }

      Thanks

            Assignee:
            Hannes Wallnoefer
            Reporter:
            Akhil Arora (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: