The actual List interface in the java.util package has several methods beyond the ones implemented in this chapter. Write a version of LinkedList
• public void addAll(int index, List
list) • public boolean containsAll(List
list) • public boolean equals(Object o)
• public int lastIndexOf(Object o)
• public boolean remove(Object o)
• public void removeAll(List
list) • public void retainAll(List
list) • public Object[ ] toArray( )
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.