Uses of Class
br.com.intersys.systextil.util.FieldsComparator
Packages that use FieldsComparator
-
Uses of FieldsComparator in br.com.intersys.systextil.util
Methods in br.com.intersys.systextil.util that return FieldsComparatorModifier and TypeMethodDescription<C extends Comparable<C>>
FieldsComparator<T> FieldsComparator.add(FieldsComparator.Getter<T, C> field, boolean reverse) Inclui um ordenador por campo em ordem ascendente ou descendente.<C extends Comparable<C>>
FieldsComparator<T> FieldsComparator.asc(FieldsComparator.Getter<T, C> field) Inclui um ordenador por campo em ordem ascendente.<C extends Comparable<C>>
FieldsComparator<T> FieldsComparator.desc(FieldsComparator.Getter<T, C> field) Inclui um ordenador por campo em ordem descendente.