public class PropertyComparator extends Object implements Comparator<Property>
Property instances.| Constructor and Description |
|---|
PropertyComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Property p1,
Property p2)
Compares to
Property instances. |
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 int compare(Property p1, Property p2)
Property instances.compare in interface Comparator<Property>p1 - the first objectp2 - the second object.Comparator.compare(Object, Object)Copyright © 2008–2018 MojoHaus. All rights reserved.