public abstract class PropertySelectorByName extends Object implements PropertySelector
| Constructor and Description |
|---|
PropertySelectorByName(String... propertyNames) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Prop o1,
Prop o2) |
boolean |
equals(Object obj) |
int |
hashCode() |
String[] |
requiredProperties() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic PropertySelectorByName(String... propertyNames)
public String[] requiredProperties()
requiredProperties in interface PropertySelectorpublic int compare(Prop o1, Prop o2)
compare in interface Comparator<Prop>Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.