- 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
RangeIterator(mondrian.olap.fun.NativizeSetFunDef.Range parent,
int col)
-
Method Summary
boolean
mondrian.olap.fun.NativizeSetFunDef.Range
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RangeIterator
public RangeIterator(mondrian.olap.fun.NativizeSetFunDef.Range parent,
int col)
-
Method Details
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<mondrian.olap.fun.NativizeSetFunDef.Range>
-
next
public mondrian.olap.fun.NativizeSetFunDef.Range next()
- Specified by:
next
in interface Iterator<mondrian.olap.fun.NativizeSetFunDef.Range>
-
remove
public void remove()
- Specified by:
remove
in interface Iterator<mondrian.olap.fun.NativizeSetFunDef.Range>