public class ExecutableElementComparator extends Object implements Comparator<ExecutableElement>
ExecutableElement, the comparison rule :
element names lexicographically.
If equals, go to step 2lexicographically| Modifier and Type | Field and Description |
|---|---|
static ExecutableElementComparator |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ExecutableElement e1,
ExecutableElement e2) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final ExecutableElementComparator INSTANCE
public int compare(ExecutableElement e1, ExecutableElement e2)
compare in interface Comparator<ExecutableElement>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.