Uses of Interface
mondrian.calc.TupleIterator
Packages that use TupleIterator
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
-
Uses of TupleIterator in mondrian.calc
Methods in mondrian.calc that return TupleIteratorModifier and TypeMethodDescriptionstatic TupleIterator
TupleCollections.iterator
(TupleCursor cursor) Adapts aTupleCursor
into aTupleIterator
.TupleIterable.tupleIterator()
Creates an iterator over the contents of this iterable. -
Uses of TupleIterator in mondrian.calc.impl
Classes in mondrian.calc.impl that implement TupleIteratorModifier and TypeClassDescriptionclass
Abstract implementation ofTupleIterator
.protected class
Implementation ofTupleIterator
forArrayTupleList
.Methods in mondrian.calc.impl that return TupleIteratorModifier and TypeMethodDescriptionAbstractTupleIterable.tupleIterator()
final TupleIterator
AbstractTupleList.tupleIterator()
UnaryTupleList.tupleIterator()
protected abstract TupleIterator
AbstractTupleList.tupleIteratorInternal()
ArrayTupleList.tupleIteratorInternal()
protected TupleIterator
DelegatingTupleList.tupleIteratorInternal()
ListTupleList.tupleIteratorInternal()