T
- Typepublic class ArrayListDecorator<T>
extends java.util.ArrayList<T>
java.util.ArrayList
Constructor and Description |
---|
ArrayListDecorator() |
Modifier and Type | Method and Description |
---|---|
void |
add(int arg0,
T arg1) |
boolean |
add(T arg0) |
boolean |
addAll(java.util.Collection<? extends T> c) |
T |
remove(int arg0) |
boolean |
remove(java.lang.Object arg0) |
void |
setListener(IChangeListener listener)
Sets the listener.
|
addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public void setListener(IChangeListener listener)
listener
- Listenerpublic boolean addAll(java.util.Collection<? extends T> c)
public void add(int arg0, T arg1)
public boolean add(T arg0)
public T remove(int arg0)