ca.uwaterloo.cs.ql.fb
Class TupleCmpMutable

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

public class TupleCmpMutable
extends TupleComparator


Constructor Summary
TupleCmpMutable()
           
TupleCmpMutable(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

TupleCmpMutable

public TupleCmpMutable()

TupleCmpMutable

public TupleCmpMutable(int[] cols)
Method Detail

compare

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