| Package | Description | 
|---|---|
| mondrian.calc | Provides compiled expressions. | 
| mondrian.calc.impl | Provides implementation classes for compiled expressions. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TupleIteratorExtension to  Iteratorthat returns tuples. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleCursor | TupleIterable. tupleCursor()Creates a cursor over the contents of this iterable. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TupleList. addCurrent(TupleCursor tupleIter) | 
| static TupleIterator | TupleCollections. iterator(TupleCursor cursor)Adapts a  TupleCursorinto aTupleIterator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTupleCursorAbstract implementation of  TupleIterator. | 
| class  | AbstractTupleIteratorAbstract implementation of  TupleIterator. | 
| protected class  | AbstractTupleList.AbstractTupleListIteratorImplementation of  TupleIteratorforArrayTupleList. | 
| Modifier and Type | Method and Description | 
|---|---|
| TupleCursor | AbstractTupleList. tupleCursor()Creates a  TupleCursorover this list. | 
| TupleCursor | UnaryTupleList. tupleCursor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractTupleList. addCurrent(TupleCursor tupleIter) | 
| void | ArrayTupleList. addCurrent(TupleCursor tupleIter) | 
| void | UnaryTupleList. addCurrent(TupleCursor tupleIter) | 
Copyright © 2021 Hitachi Vantara. All rights reserved.