public static class QubeDataSetIterator.StartStopStepIterator extends java.lang.Object implements QubeDataSetIterator.DimensionIterator
Constructor and Description |
---|
StartStopStepIterator(int start,
int stop,
int step,
boolean all) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
true if there are more indices in the iteration
|
int |
index()
return the current index.
|
int |
length()
return the length of the iteration.
|
int |
nextIndex()
return the next index of the iteration
|
java.lang.String |
toString() |
public StartStopStepIterator(int start, int stop, int step, boolean all)
public boolean hasNext()
QubeDataSetIterator.DimensionIterator
hasNext
in interface QubeDataSetIterator.DimensionIterator
public int nextIndex()
QubeDataSetIterator.DimensionIterator
nextIndex
in interface QubeDataSetIterator.DimensionIterator
public int index()
QubeDataSetIterator.DimensionIterator
index
in interface QubeDataSetIterator.DimensionIterator
public int length()
QubeDataSetIterator.DimensionIterator
length
in interface QubeDataSetIterator.DimensionIterator
public java.lang.String toString()
toString
in class java.lang.Object