|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SampledMappingIterator
This class is a simple wrapper allowing to iterate over a SampledFunction.
The basic implementation of the iteration interface does not perform any transformation on the sample, it only handles a loop over the underlying sampled function.
SampledMapping| Method Summary | |
|---|---|
SampledMapping |
getSampledMapping()
DOCUMENT ME! |
boolean |
hasNext()
Check if the iterator can provide another point. |
ValuedPair |
next()
Get the next point of a sampled function. |
void |
remove()
DOCUMENT ME! |
| Method Detail |
|---|
SampledMapping getSampledMapping()
boolean hasNext()
ValuedPair next()
throws ExhaustedSampleException,
MappingException
ExhaustedSampleException - if the sample has been exhausted
MappingException - if the underlying function throws onevoid remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||