Class PollableContainer.Accumulator<T>
- java.lang.Object
-
- org.opennms.netmgt.poller.pollables.PollableContainer.SimpleIter<T>
-
- org.opennms.netmgt.poller.pollables.PollableContainer.Accumulator<T>
-
- All Implemented Interfaces:
PollableContainer.Iter
- Enclosing class:
- PollableContainer
protected abstract class PollableContainer.Accumulator<T> extends PollableContainer.SimpleIter<T>
-
-
Constructor Summary
Constructors Constructor Description Accumulator()
Accumulator(T initial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEachElement(PollableElement element)
-
Methods inherited from class org.opennms.netmgt.poller.pollables.PollableContainer.SimpleIter
getResult, setResult
-
-
-
-
Constructor Detail
-
Accumulator
public Accumulator(T initial)
-
Accumulator
public Accumulator()
-
-
Method Detail
-
forEachElement
public void forEachElement(PollableElement element)
-
-