Uses of Interface
mondrian.calc.TupleIterator
-
Packages that use TupleIterator Package Description mondrian.calc Provides compiled expressions.mondrian.calc.impl Provides implementation classes for compiled expressions. -
-
Uses of TupleIterator in mondrian.calc
Methods in mondrian.calc that return TupleIterator Modifier and Type Method Description static TupleIteratorTupleCollections. iterator(TupleCursor cursor)Adapts aTupleCursorinto aTupleIterator.TupleIteratorTupleIterable. tupleIterator()Creates an iterator over the contents of this iterable. -
Uses of TupleIterator in mondrian.calc.impl
Classes in mondrian.calc.impl that implement TupleIterator Modifier and Type Class Description classAbstractTupleIteratorAbstract implementation ofTupleIterator.protected classAbstractTupleList.AbstractTupleListIteratorImplementation ofTupleIteratorforArrayTupleList.Methods in mondrian.calc.impl that return TupleIterator Modifier and Type Method Description TupleIteratorAbstractTupleIterable. tupleIterator()TupleIteratorAbstractTupleList. tupleIterator()TupleIteratorUnaryTupleList. tupleIterator()protected abstract TupleIteratorAbstractTupleList. tupleIteratorInternal()TupleIteratorArrayTupleList. tupleIteratorInternal()protected TupleIteratorDelegatingTupleList. tupleIteratorInternal()TupleIteratorListTupleList. tupleIteratorInternal()
-