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 interfaceTupleIteratorExtension toIteratorthat returns tuples.Methods in mondrian.calc that return TupleCursor Modifier and Type Method Description TupleCursorTupleIterable. tupleCursor()Creates a cursor over the contents of this iterable.Methods in mondrian.calc with parameters of type TupleCursor Modifier and Type Method Description voidTupleList. 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 TupleCursor Modifier and Type Class Description classAbstractTupleCursorAbstract implementation ofTupleIterator.classAbstractTupleIteratorAbstract implementation ofTupleIterator.protected classAbstractTupleList.AbstractTupleListIteratorImplementation ofTupleIteratorforArrayTupleList.Methods in mondrian.calc.impl that return TupleCursor Modifier and Type Method Description TupleCursorAbstractTupleList. tupleCursor()Creates aTupleCursorover this list.TupleCursorUnaryTupleList. tupleCursor()Methods in mondrian.calc.impl with parameters of type TupleCursor Modifier and Type Method Description voidAbstractTupleList. addCurrent(TupleCursor tupleIter)voidArrayTupleList. addCurrent(TupleCursor tupleIter)voidUnaryTupleList. addCurrent(TupleCursor tupleIter)
-