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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodepublic void execute(Object input)
execute in interface org.apache.commons.collections.ClosureClosure.execute(java.lang.Object)