public static class QubeDataSetIterator.IndexListIterator extends java.lang.Object implements QubeDataSetIterator.DimensionIterator
| Constructor and Description |
|---|
IndexListIterator(QDataSet ds) |
| 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 IndexListIterator(QDataSet ds)
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