com.cyc.tool.subl.jrtl.nativeCode.subLisp
Class Functions.SubLFuncallCountComaprator

java.lang.Object
  extended by com.cyc.tool.subl.jrtl.nativeCode.subLisp.Functions.SubLFuncallCountComaprator
All Implemented Interfaces:
java.util.Comparator<SubLCompiledFunction.FuncallCounts>
Enclosing class:
Functions

public static final class Functions.SubLFuncallCountComaprator
extends java.lang.Object
implements java.util.Comparator<SubLCompiledFunction.FuncallCounts>


Constructor Summary
Functions.SubLFuncallCountComaprator(int arity)
           
 
Method Summary
 int compare(SubLCompiledFunction.FuncallCounts o1, SubLCompiledFunction.FuncallCounts o2)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Functions.SubLFuncallCountComaprator

public Functions.SubLFuncallCountComaprator(int arity)
Method Detail

compare

public int compare(SubLCompiledFunction.FuncallCounts o1,
                   SubLCompiledFunction.FuncallCounts o2)
Specified by:
compare in interface java.util.Comparator<SubLCompiledFunction.FuncallCounts>

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.util.Comparator<SubLCompiledFunction.FuncallCounts>
Overrides:
equals in class java.lang.Object