Class InfoComparator
java.lang.Object
org.apache.felix.bundleplugin.baseline.InfoComparator
- All Implemented Interfaces:
Comparator<aQute.bnd.differ.Baseline.Info>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(aQute.bnd.differ.Baseline.Info info1, aQute.bnd.differ.Baseline.Info info2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
InfoComparator
InfoComparator()
-
-
Method Details
-
compare
public int compare(aQute.bnd.differ.Baseline.Info info1, aQute.bnd.differ.Baseline.Info info2) - Specified by:
compare
in interfaceComparator<aQute.bnd.differ.Baseline.Info>
-