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 TypeMethodDescriptionvoidTupleList.addCurrent(TupleCursor tupleIter) static TupleIteratorTupleCollections.iterator(TupleCursor cursor) Adapts aTupleCursorinto aTupleIterator. - 
Uses of TupleCursor in mondrian.calc.impl
Classes in mondrian.calc.impl that implement TupleCursorModifier and TypeClassDescriptionclassAbstract implementation ofTupleIterator.classAbstract implementation ofTupleIterator.protected classImplementation ofTupleIteratorforArrayTupleList.Methods in mondrian.calc.impl that return TupleCursorModifier and TypeMethodDescriptionAbstractTupleList.tupleCursor()Creates aTupleCursorover this list.UnaryTupleList.tupleCursor()Methods in mondrian.calc.impl with parameters of type TupleCursorModifier and TypeMethodDescriptionvoidAbstractTupleList.addCurrent(TupleCursor tupleIter) voidArrayTupleList.addCurrent(TupleCursor tupleIter) voidUnaryTupleList.addCurrent(TupleCursor tupleIter)