public static class ObjectFile.ElementComparatorByDecidedOffset extends Object implements Comparator<ObjectFile.Element>
| Constructor and Description |
|---|
ElementComparatorByDecidedOffset(Map<ObjectFile.Element,LayoutDecisionMap> decisionsByElement) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ObjectFile.Element e1,
ObjectFile.Element e2) |
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 ElementComparatorByDecidedOffset(Map<ObjectFile.Element,LayoutDecisionMap> decisionsByElement)
public int compare(ObjectFile.Element e1, ObjectFile.Element e2)
compare in interface Comparator<ObjectFile.Element>