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) |
compareclone, 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 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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.