T
public class FieldsComparator<T> extends BaseFieldComparator<T>
FieldsComparator(Class<T> beanClass, String... fieldNames)
int
compare(T o1, T o2)
compareItem
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 FieldsComparator(Class<T> beanClass, String... fieldNames)
beanClass
fieldNames
public int compare(T o1, T o2)
Copyright © 2021. All rights reserved.