ca.uwaterloo.cs.ql.fb
Class TupleCmpSimple

java.lang.Object
  extended by ca.uwaterloo.cs.ql.fb.TupleComparator
      extended by ca.uwaterloo.cs.ql.fb.TupleCmpSimple
All Implemented Interfaces:
java.util.Comparator

public class TupleCmpSimple
extends TupleComparator


Constructor Summary
TupleCmpSimple(int[] cols)
           
 
Method Summary
 int compare(Tuple t1, Tuple t2)
           
 
Methods inherited from class ca.uwaterloo.cs.ql.fb.TupleComparator
compare, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleCmpSimple

public TupleCmpSimple(int[] cols)
Method Detail

compare

public int compare(Tuple t1,
                   Tuple t2)
Specified by:
compare in class TupleComparator