E
- A class of any typepublic class CSAFArrayList<E> extends java.util.ArrayList<E> implements CSAFCollection
Constructor and Description |
---|
CSAFArrayList() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
void |
add(int index,
E element) |
boolean |
addAll(java.util.Collection<? extends E> c) |
boolean |
addAll(int index,
java.util.Collection<? extends E> c) |
void |
clear() |
boolean |
isModified()
Return whether this collection is modified.
|
E |
remove(int index) |
boolean |
remove(java.lang.Object o) |
boolean |
removeAll(java.util.Collection<?> c) |
void |
resetModified()
Reset modified status.
|
boolean |
retainAll(java.util.Collection<?> c) |
E |
set(int index,
E element) |
public boolean isModified()
CSAFCollection
isModified
in interface CSAFCollection
false
otherwisepublic void resetModified()
CSAFCollection
resetModified
in interface CSAFCollection
public boolean add(E e)
public void add(int index, E element)
public boolean addAll(java.util.Collection<? extends E> c)
public boolean addAll(int index, java.util.Collection<? extends E> c)
public void clear()
public E remove(int index)
public boolean remove(java.lang.Object o)
public boolean removeAll(java.util.Collection<?> c)