-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
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.