daikon
Class PptSlice.ArityVarnameComparator

Object
  extended by PptSlice.ArityVarnameComparator
All Implemented Interfaces:
Comparator<PptSlice>
Enclosing class:
PptSlice

public static final class PptSlice.ArityVarnameComparator
extends Object
implements Comparator<PptSlice>

This class is used for comparing PptSlice objects. It orders by arity, then by variable names. It's somewhat less efficient than ArityPptnameComparator.


Constructor Summary
PptSlice.ArityVarnameComparator()
           
 
Method Summary
 int compare(PptSlice slice1, PptSlice slice2)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Comparator
equals
 

Constructor Detail

PptSlice.ArityVarnameComparator

public PptSlice.ArityVarnameComparator()
Method Detail

compare

public int compare(PptSlice slice1,
                   PptSlice slice2)
Specified by:
compare in interface Comparator<PptSlice>