edu.neu.ccs.demeterf.lib
Class List.Comp<X>

java.lang.Object
  extended by edu.neu.ccs.demeterf.lib.List.GComp<X,X>
      extended by edu.neu.ccs.demeterf.lib.List.Comp<X>
Direct Known Subclasses:
TypeSort
Enclosing class:
List<X>

public abstract static class List.Comp<X>
extends List.GComp<X,X>

Compare two List Elements of the same type


Constructor Summary
List.Comp()
           
 
Method Summary
 
Methods inherited from class edu.neu.ccs.demeterf.lib.List.GComp
comp, curry, flip, revCurry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

List.Comp

public List.Comp()