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, waitequalspublic 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-2014. All Rights Reserved.