Class FitnessComparator
java.lang.Object
de.hybris.platform.warehousing.sourcing.fitness.impl.FitnessComparator
- All Implemented Interfaces:
Comparator<FitSourcingLocation>
Compares two locations according to their fitness value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(FitSourcingLocation sourcingLocation, FitSourcingLocation nextSourcingLocation) 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
-
FitnessComparator
public FitnessComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<FitSourcingLocation>
-