Class AddClosureArrayList<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.pentaho.di.core.util.AddClosureArrayList<T>
Type Parameters:
T - type.
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, org.apache.commons.collections.Closure

public class AddClosureArrayList<T> extends ArrayList<T> implements org.apache.commons.collections.Closure
Author:
Thomas Hoedl(asc042)
See Also:
  • Constructor Details

    • AddClosureArrayList

      public AddClosureArrayList()
  • Method Details

    • execute

      public void execute(Object input)
      Specified by:
      execute in interface org.apache.commons.collections.Closure
      See Also:
      • Closure.execute(java.lang.Object)