Constructor and Description |
---|
AccessorIterator(IExecutionContext ctxt,
IAccessorValueHandler handler,
Iterator<?> iterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public AccessorIterator(IExecutionContext ctxt, IAccessorValueHandler handler, Iterator<?> iterator)
public Object next()
next
in interface Iterator<Object>
MRuleInternalRuntimeException
- Encapsulates MAccessorException
, if an exception occurs while accessing data.