org.optaplanner.examples.projectjobscheduling.domain.solver
Class DelayStrengthComparator
java.lang.Object
org.optaplanner.examples.projectjobscheduling.domain.solver.DelayStrengthComparator
- All Implemented Interfaces:
- Serializable, Comparator<Integer>
public class DelayStrengthComparator
- extends Object
- implements Comparator<Integer>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelayStrengthComparator
public DelayStrengthComparator()
compare
public int compare(Integer a,
Integer b)
- Specified by:
compare
in interface Comparator<Integer>
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.