public class ObjectPropertyComparator extends Object implements Comparator<ObjectProperty>
| Constructor and Description |
|---|
ObjectPropertyComparator(String field) |
ObjectPropertyComparator(String field,
boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(ObjectProperty o1,
ObjectProperty 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 ObjectPropertyComparator(String field)
public ObjectPropertyComparator(String field, boolean ascending)
public int compare(ObjectProperty o1, ObjectProperty o2)
compare in interface Comparator<ObjectProperty>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.