T - type.public class AddClosureArrayList<T> extends ArrayList<T> implements org.apache.commons.collections.Closure
| Constructor and Description | 
|---|
AddClosureArrayList()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(Object input) | 
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic void execute(Object input)
execute in interface org.apache.commons.collections.ClosureClosure.execute(java.lang.Object)