JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
mondrian.calc.impl.AbstractTupleList
Packages that use
AbstractTupleList
Package
Description
mondrian.calc.impl
Provides implementation classes for compiled expressions.
Uses of
AbstractTupleList
in
mondrian.calc.impl
Subclasses of
AbstractTupleList
in
mondrian.calc.impl
Modifier and Type
Class
Description
class
ArrayTupleList
Implementation of
TupleList
that stores tuples end-to-end in an array.
class
DelegatingTupleList
Implementation of
TupleList
based on a list of
List<Member>
tuples.
class
ListTupleList
Implementation of
TupleList
that stores tuples end-to-end in a backing list.