Package io.virtualan.core.util
Class BestMatchComparator
java.lang.Object
io.virtualan.core.util.BestMatchComparator
- All Implemented Interfaces:
Comparator<ReturnMockResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(ReturnMockResponse returnMockResponse1, ReturnMockResponse returnMockResponse2) 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
-
BestMatchComparator
public BestMatchComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<ReturnMockResponse>
-