Package ca.corbett.extras.properties
Class PropertyComparator
java.lang.Object
ca.corbett.extras.properties.PropertyComparator
- All Implemented Interfaces:
Comparator<AbstractProperty>
Can be used for sorting of AbstractProperty instances by their fully qualified names.
- Since:
- sc-util 1.8
- Author:
- scorbett
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PropertyComparator
public PropertyComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<AbstractProperty>
-