T
public class ListOperation<T> extends Object implements Operation<List<T>>
ListOperation(Operation<T> op)
List
void
perform(List<T> object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ListOperation(Operation<T> op)
op
public void perform(List<T> object)
Operation
perform
Operation<List<T>>
object