public class SuggestionsBranchAndBound.EnrollmentSectionComparator extends Object implements Comparator<Section>
| Constructor and Description |
|---|
EnrollmentSectionComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Section a,
Section b) |
boolean |
isParent(Section s1,
Section s2)
Is section s1 parent of section s2 (or a parent of a parent...)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic EnrollmentSectionComparator()