AbstractList specification should recommend RandomAccess

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      The specification for AbstractList directs programmers to create a subclass of AbstractList and to override various methods including indexed versions of get, set, add, and remove. The instructions should further advise the programmer to have the subclass implement the RandomAccess interface, if those indexed methods run in constant time.

            Assignee:
            kevin bourrillion
            Reporter:
            Stuart Marks
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: