Package mondrian.olap.fun
Class FunUtil.TupleExpMemoComparator
- java.lang.Object
-
- mondrian.olap.fun.FunUtil.TupleExpMemoComparator
-
- All Implemented Interfaces:
Comparator<List<Member>>
- Enclosing class:
- FunUtil
abstract static class FunUtil.TupleExpMemoComparator extends Object
-
-
Constructor Summary
Constructors Constructor Description TupleExpMemoComparator(Evaluator e, Calc calc, int arity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
eval(List<Member> t)
(package private) void
preloadValues(TupleList tuples)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-