public class StringPropertyComparator<T> extends SinglePropertyComparator<T,String>
Modifier and Type | Method and Description |
---|---|
static <T> Comparator<T> |
stringPropertyCaseInsensitiveComparator(Class<T> beanClass,
String propertyName) |
static <T> Comparator<T> |
stringPropertyComparator(Class<T> beanClass,
String propertyName) |
compare
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static <T> Comparator<T> stringPropertyComparator(@NotNull Class<T> beanClass, @NotNull String propertyName)
public static <T> Comparator<T> stringPropertyCaseInsensitiveComparator(@NotNull Class<T> beanClass, @NotNull String propertyName)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.