public static class QubeDataSetIterator.StartStopStepIteratorFactory extends java.lang.Object implements QubeDataSetIterator.DimensionIteratorFactory
| Constructor and Description |
|---|
StartStopStepIteratorFactory(java.lang.Number start,
java.lang.Number stop,
java.lang.Number step)
create the factory which will create iterators.
|
| Modifier and Type | Method and Description |
|---|---|
QubeDataSetIterator.DimensionIterator |
newIterator(int length) |
public StartStopStepIteratorFactory(java.lang.Number start,
java.lang.Number stop,
java.lang.Number step)
start - the start index. negative indices are supported.stop - the stop index, exclusive. null (or None) is used to indicate the end of non-qube datasets.step - the step size, null means just use 1.public QubeDataSetIterator.DimensionIterator newIterator(int length)
newIterator in interface QubeDataSetIterator.DimensionIteratorFactory