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