Package com.acrolinx.sidebar.lookup
Class MatchComparator
java.lang.Object
com.acrolinx.sidebar.lookup.MatchComparator
- All Implemented Interfaces:
Serializable,Comparator<AbstractMatch>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(AbstractMatch abstractMatch1, AbstractMatch abstractMatch2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MatchComparator
public MatchComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<AbstractMatch>
-