daikon
Class DynamicConstants.ConIndexComparator
Object
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
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
compare
public int compare(DynamicConstants.Constant con1,
DynamicConstants.Constant con2)
- Specified by:
compare in interface Comparator<DynamicConstants.Constant>
getInstance
public static DynamicConstants.ConIndexComparator getInstance()