Class FunUtil.TupleExpMemoComparator

  • All Implemented Interfaces:
    java.util.Comparator<java.util.List<Member>>
    Enclosing class:
    FunUtil

    abstract static class FunUtil.TupleExpMemoComparator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object eval​(java.util.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
    • Constructor Detail

      • TupleExpMemoComparator

        TupleExpMemoComparator​(Evaluator e,
                               Calc calc,
                               int arity)
    • Method Detail

      • eval

        protected java.lang.Object eval​(java.util.List<Member> t)
      • preloadValues

        void preloadValues​(TupleList tuples)