Uses of Interface
mondrian.calc.TupleCursor
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
-
Uses of TupleCursor in mondrian.calc
Modifier and TypeMethodDescriptionTupleIterable.tupleCursor()
Creates a cursor over the contents of this iterable.Modifier and TypeMethodDescriptionvoid
TupleList.addCurrent
(TupleCursor tupleIter) static TupleIterator
TupleCollections.iterator
(TupleCursor cursor) Adapts aTupleCursor
into aTupleIterator
. -
Uses of TupleCursor in mondrian.calc.impl
Modifier and TypeClassDescriptionclass
Abstract implementation ofTupleIterator
.class
Abstract implementation ofTupleIterator
.protected class
Implementation ofTupleIterator
forArrayTupleList
.Modifier and TypeMethodDescriptionAbstractTupleList.tupleCursor()
Creates aTupleCursor
over this list.UnaryTupleList.tupleCursor()
Modifier and TypeMethodDescriptionvoid
AbstractTupleList.addCurrent
(TupleCursor tupleIter) void
ArrayTupleList.addCurrent
(TupleCursor tupleIter) void
UnaryTupleList.addCurrent
(TupleCursor tupleIter)