Class MultiChannelTimeSeriesAggregator.ArrayIterator<I>
java.lang.Object
de.iip_ecosphere.platform.kiServices.functions.aggregation.MultiChannelTimeSeriesAggregator.ArrayIterator<I>
- Type Parameters:
I- the type to iterate over
- All Implemented Interfaces:
Iterator<I>
public static class MultiChannelTimeSeriesAggregator.ArrayIterator<I>
extends Object
implements Iterator<I>
Iterator for arrays.
- Author:
- Holger Eichelberger, SSE
-
Field Details
-
pos
private int pos -
array
-
-
Constructor Details
-
ArrayIterator
Creates an iterator instance.- Parameters:
array- the single value to iterate over, must not be null
-
-
Method Details