Package mondrian.olap.fun
Class NativizeSetFunDef.RangeIterator
- java.lang.Object
-
- mondrian.olap.fun.NativizeSetFunDef.RangeIterator
-
- All Implemented Interfaces:
Iterator<mondrian.olap.fun.NativizeSetFunDef.Range>
- Enclosing class:
- NativizeSetFunDef
public static class NativizeSetFunDef.RangeIterator extends Object implements Iterator<mondrian.olap.fun.NativizeSetFunDef.Range>
-
-
Constructor Summary
Constructors Constructor Description RangeIterator(mondrian.olap.fun.NativizeSetFunDef.Range parent, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
mondrian.olap.fun.NativizeSetFunDef.Range
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-