daikon
Class DynamicConstants.ConIndexComparator

Object
  extended by DynamicConstants.ConIndexComparator
All Implemented Interfaces:
Serializable, Comparator<DynamicConstants.Constant>
Enclosing class:
DynamicConstants

public static final class DynamicConstants.ConIndexComparator
extends Object
implements Comparator<DynamicConstants.Constant>, Serializable

Compares two constants based on the vi_index of their variable.

See Also:
Serialized Form

Method Summary
 int compare(DynamicConstants.Constant con1, DynamicConstants.Constant con2)
           
static DynamicConstants.ConIndexComparator getInstance()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Comparator
equals
 

Method Detail

compare

public int compare(DynamicConstants.Constant con1,
                   DynamicConstants.Constant con2)
Specified by:
compare in interface Comparator<DynamicConstants.Constant>

getInstance

public static DynamicConstants.ConIndexComparator getInstance()