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.DimensionIteratorhasNext in interface QubeDataSetIterator.DimensionIteratorpublic int nextIndex()
QubeDataSetIterator.DimensionIteratornextIndex in interface QubeDataSetIterator.DimensionIteratorpublic int index()
QubeDataSetIterator.DimensionIteratorindex in interface QubeDataSetIterator.DimensionIteratorpublic int length()
QubeDataSetIterator.DimensionIteratorlength in interface QubeDataSetIterator.DimensionIteratorpublic java.lang.String toString()
toString in class java.lang.Object