Constructor and Description |
---|
AccessorValuesIterator(IExecutionContext ctxt,
Iterator<? extends IReadAccessor> it,
Class<T> targetType) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public AccessorValuesIterator(IExecutionContext ctxt, Iterator<? extends IReadAccessor> it, Class<T> targetType)
public T next()
next
in interface Iterator<T>
MRuleInternalRuntimeException
- Encapsulates MAccessorException
, if an exception occurs while accessing data
or MRuleInternalException
if an internal error occurs.