Class PollableContainer.SimpleIter<T>
- java.lang.Object
-
- org.opennms.netmgt.poller.pollables.PollableContainer.SimpleIter<T>
-
- All Implemented Interfaces:
PollableContainer.Iter
- Direct Known Subclasses:
PollableContainer.Accumulator
- Enclosing class:
- PollableContainer
protected abstract class PollableContainer.SimpleIter<T> extends Object implements PollableContainer.Iter
-
-
Constructor Summary
Constructors Constructor Description SimpleIter()
SimpleIter(T initial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getResult()
void
setResult(T newResult)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.poller.pollables.PollableContainer.Iter
forEachElement
-
-