Uses of Interface
mondrian.calc.TupleIterator
Package
Description
Provides compiled expressions.
Provides implementation classes for compiled expressions.
-
Uses of TupleIterator in mondrian.calc
Modifier 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
Modifier and TypeClassDescriptionclass
Abstract implementation ofTupleIterator
.protected class
Implementation ofTupleIterator
forArrayTupleList
.Modifier and TypeMethodDescriptionAbstractTupleIterable.tupleIterator()
final TupleIterator
AbstractTupleList.tupleIterator()
UnaryTupleList.tupleIterator()
protected abstract TupleIterator
AbstractTupleList.tupleIteratorInternal()
ArrayTupleList.tupleIteratorInternal()
protected TupleIterator
DelegatingTupleList.tupleIteratorInternal()
ListTupleList.tupleIteratorInternal()