protected static final class ValueComparators.PathSegmentComparator extends Object implements Comparator<Path.Segment>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
PathSegmentComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Path.Segment o1,
Path.Segment o2) |
boolean |
equals(Object obj) |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(Path.Segment o1, Path.Segment o2)
compare
in interface Comparator<Path.Segment>
public boolean equals(Object obj)
equals
in interface Comparator<Path.Segment>
equals
in class Object
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.