Uses of Interface
mondrian.calc.TupleCursor
Packages that use TupleCursor
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
-
Uses of TupleCursor in mondrian.calc
Subinterfaces of TupleCursor in mondrian.calcMethods in mondrian.calc that return TupleCursorModifier and TypeMethodDescriptionTupleIterable.tupleCursor()
Creates a cursor over the contents of this iterable.Methods in mondrian.calc with parameters of type TupleCursorModifier and TypeMethodDescriptionvoid
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 TupleCursorModifier and TypeClassDescriptionclass
Abstract implementation ofTupleIterator
.class
Abstract implementation ofTupleIterator
.protected class
Implementation ofTupleIterator
forArrayTupleList
.Methods in mondrian.calc.impl that return TupleCursorModifier and TypeMethodDescriptionAbstractTupleList.tupleCursor()
Creates aTupleCursor
over this list.UnaryTupleList.tupleCursor()
Methods in mondrian.calc.impl with parameters of type TupleCursorModifier and TypeMethodDescriptionvoid
AbstractTupleList.addCurrent
(TupleCursor tupleIter) void
ArrayTupleList.addCurrent
(TupleCursor tupleIter) void
UnaryTupleList.addCurrent
(TupleCursor tupleIter)