public class UCReducerList extends KahinaObject implements java.lang.Iterable<ReductionAgent>
needsUpdate
Constructor and Description |
---|
UCReducerList() |
Modifier and Type | Method and Description |
---|---|
void |
add(ReductionAgent reducer) |
java.util.Iterator<ReductionAgent> |
iterator() |
boolean |
remove(ReductionAgent reducer) |
int |
size() |
needsUpdate, requireUpdate
public int size()
public void add(ReductionAgent reducer)
public java.util.Iterator<ReductionAgent> iterator()
iterator
in interface java.lang.Iterable<ReductionAgent>
public boolean remove(ReductionAgent reducer)