public class CompositeOperation<T extends Operation> extends Operation implements Iterable<T>
CompositeOperation(Iterable<? extends T> children)
List<T>
getOperations()
Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CompositeOperation(Iterable<? extends T> children)
public List<T> getOperations()
public Iterator<T> iterator()
iterator
Iterable<T extends Operation>
Copyright © 2013. All rights reserved