net.infonode.util
public abstract class ChangeNotifyList extends Object implements List
Version: $Revision: 1.4 $
| Constructor Summary | |
|---|---|
| protected | ChangeNotifyList() |
| protected | ChangeNotifyList(List list) |
| Method Summary | |
|---|---|
| void | add(int index, Object element) |
| boolean | add(Object o) |
| boolean | addAll(int index, Collection c) |
| boolean | addAll(Collection c) |
| protected abstract void | changed() |
| void | clear() |
| boolean | contains(Object o) |
| boolean | containsAll(Collection c) |
| Object | get(int index) |
| protected List | getList() |
| int | indexOf(Object o) |
| boolean | isEmpty() |
| Iterator | iterator() |
| int | lastIndexOf(Object o) |
| ListIterator | listIterator() |
| ListIterator | listIterator(int index) |
| Object | remove(int index) |
| boolean | remove(Object o) |
| boolean | removeAll(Collection c) |
| boolean | retainAll(Collection c) |
| Object | set(int index, Object element) |
| int | size() |
| List | subList(int fromIndex, int toIndex) |
| Object[] | toArray() |
| Object[] | toArray(Object[] a) |