Class NormalOrder
java.lang.Object
com.ibm.wala.analysis.arraybounds.hypergraph.weight.NormalOrder
- All Implemented Interfaces:
Comparator<Weight>
Defines a normal Order on Weight: unlimited < ... < -1 < 0 < 1 < ... not_set is
not comparable
- Author:
- Stephan Gocht
<stephan@gobro.de>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
NormalOrder
public NormalOrder()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Weight>
-