public class PathComparator extends Object implements Comparator<PathElement>
| Modifier and Type | Field and Description |
|---|---|
static Comparator<PathElement> |
INSTANCE |
| Constructor and Description |
|---|
PathComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(PathElement o1,
PathElement o2) |
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 static final Comparator<PathElement> INSTANCE
public int compare(PathElement o1, PathElement o2)
compare in interface Comparator<PathElement>Copyright © 2016. All rights reserved.