public abstract class AbstractIterationManager extends Object implements IterationManager.IterationManagerExtension
IterationManager.IterationManagerExtension| Constructor and Description |
|---|
AbstractIterationManager(Evaluator evaluator)
Deprecated.
use Executor
|
| Modifier and Type | Method and Description |
|---|---|
IterationManager |
createNestedIterationManager(CollectionValue value)
Create a nested iteration supervisor.
|
void |
dispose() |
Object |
get()
Get the current state of the iterator.
|
Evaluator |
getEvaluator()
Deprecated.
use getExecutor()
|
Executor |
getExecutor() |
StandardLibrary |
getStandardLibrary() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadvanceIterators, evaluateBody, getAccumulatorValue, getSourceCollection, hasCurrent, updateAccumulator@Deprecated public AbstractIterationManager(Evaluator evaluator)
public IterationManager createNestedIterationManager(CollectionValue value)
IterationManagercreateNestedIterationManager in interface IterationManagervalue - the nested iteration domainpublic void dispose()
dispose in interface IterationManagerpublic Object get()
IterationManagerget in interface IterationManager@Deprecated public Evaluator getEvaluator()
getEvaluator in interface IterationManagerpublic Executor getExecutor()
getExecutor in interface IterationManager.IterationManagerExtensionpublic StandardLibrary getStandardLibrary()
getStandardLibrary in interface IterationManagerCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.