public class DisplayValueLabelComparator<T> extends Object implements Comparator<DisplayValue<T>>
| Constructor and Description |
|---|
DisplayValueLabelComparator(Comparator<String> comparator) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(DisplayValue<T> o1,
DisplayValue<T> 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 DisplayValueLabelComparator(Comparator<String> comparator)
public int compare(DisplayValue<T> o1, DisplayValue<T> o2)
compare in interface Comparator<DisplayValue<T>>Copyright © 2017. All rights reserved.