Package de.otto.synapse.endpoint
Class BestMatchingSelectableComparator
java.lang.Object
de.otto.synapse.endpoint.BestMatchingSelectableComparator
- All Implemented Interfaces:
Comparator<Selectable>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(Selectable firstCandidate, Selectable secondCandidate) 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
-
BestMatchingSelectableComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Selectable>
-