Package | Description |
---|---|
mondrian.calc |
Provides compiled expressions.
|
mondrian.calc.impl |
Provides implementation classes for compiled expressions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TupleIterator
Extension to
Iterator that 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
TupleCursor into a TupleIterator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTupleCursor
Abstract implementation of
TupleIterator . |
class |
AbstractTupleIterator
Abstract implementation of
TupleIterator . |
protected class |
AbstractTupleList.AbstractTupleListIterator
Implementation of
TupleIterator for
ArrayTupleList . |
Modifier and Type | Method and Description |
---|---|
TupleCursor |
UnaryTupleList.tupleCursor() |
TupleCursor |
AbstractTupleList.tupleCursor()
Creates a
TupleCursor over this list. |
Modifier and Type | Method and Description |
---|---|
void |
ArrayTupleList.addCurrent(TupleCursor tupleIter) |
void |
UnaryTupleList.addCurrent(TupleCursor tupleIter) |
void |
AbstractTupleList.addCurrent(TupleCursor tupleIter) |
Copyright © 2018 Hitachi Vantara. All rights reserved.