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 TupleIterator
TupleCollections. iterator(TupleCursor cursor)
Adapts aTupleCursor
into aTupleIterator
.TupleIterator
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 TupleIterator Modifier and Type Class Description class
AbstractTupleIterator
Abstract implementation ofTupleIterator
.protected class
AbstractTupleList.AbstractTupleListIterator
Implementation ofTupleIterator
forArrayTupleList
.Methods in mondrian.calc.impl that return TupleIterator Modifier and Type Method Description TupleIterator
AbstractTupleIterable. tupleIterator()
TupleIterator
AbstractTupleList. tupleIterator()
TupleIterator
UnaryTupleList. tupleIterator()
protected abstract TupleIterator
AbstractTupleList. tupleIteratorInternal()
TupleIterator
ArrayTupleList. tupleIteratorInternal()
protected TupleIterator
DelegatingTupleList. tupleIteratorInternal()
TupleIterator
ListTupleList. tupleIteratorInternal()
-