void |
ListIterator.add(Object o) |
boolean |
List.addAll(Collection c) |
boolean |
Set.addAll(Collection c) |
boolean |
List.addAll(int index,
Collection c) |
boolean |
List.containsAll(Collection c) |
boolean |
Set.containsAll(Collection c) |
Object |
Iterator.next() |
Object |
ListIterator.next() |
Object |
ListIterator.previous() |
void |
Map.putAll(Map t) |
void |
Iterator.remove() |
void |
ListIterator.remove() |
boolean |
List.removeAll(Collection c) |
boolean |
Set.removeAll(Collection c) |
boolean |
List.retainAll(Collection c) |
boolean |
Set.retainAll(Collection c) |
void |
ListIterator.set(Object o) |