Uses of Interface
mondrian.calc.TupleCursor
-
Packages that use TupleCursor Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions. -
-
Uses of TupleCursor in mondrian.calc
Subinterfaces of TupleCursor in mondrian.calc Modifier and Type Interface Description interface
TupleIterator
Extension toIterator
that returns tuples.Methods in mondrian.calc that return TupleCursor Modifier and Type Method Description TupleCursor
TupleIterable. tupleCursor()
Creates a cursor over the contents of this iterable.Methods in mondrian.calc with parameters of type TupleCursor Modifier and Type Method Description void
TupleList. addCurrent(TupleCursor tupleIter)
static TupleIterator
TupleCollections. iterator(TupleCursor cursor)
Adapts aTupleCursor
into aTupleIterator
. -
Uses of TupleCursor in mondrian.calc.impl
Classes in mondrian.calc.impl that implement TupleCursor Modifier and Type Class Description class
AbstractTupleCursor
Abstract implementation ofTupleIterator
.class
AbstractTupleIterator
Abstract implementation ofTupleIterator
.protected class
AbstractTupleList.AbstractTupleListIterator
Implementation ofTupleIterator
forArrayTupleList
.Methods in mondrian.calc.impl that return TupleCursor Modifier and Type Method Description TupleCursor
AbstractTupleList. tupleCursor()
Creates aTupleCursor
over this list.TupleCursor
UnaryTupleList. tupleCursor()
Methods in mondrian.calc.impl with parameters of type TupleCursor Modifier and Type Method Description void
AbstractTupleList. addCurrent(TupleCursor tupleIter)
void
ArrayTupleList. addCurrent(TupleCursor tupleIter)
void
UnaryTupleList. addCurrent(TupleCursor tupleIter)
-