Package | Description |
---|---|
org.apache.commons.math3.util |
Convenience routines and common data structures used throughout the commons-math library.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<IterationListener> |
IterationManager.listeners
The collection of all listeners attached to this iterative algorithm.
|
Modifier and Type | Method and Description |
---|---|
void |
IterationManager.addIterationListener(IterationListener listener)
Attaches a listener to this manager.
|
void |
IterationManager.removeIterationListener(IterationListener listener)
Removes the specified iteration listener from the list of listeners
currently attached to
this object. |