Uses of Interface
br.com.intersys.systextil.util.FieldsComparator.Getter
Packages that use FieldsComparator.Getter
-
Uses of FieldsComparator.Getter in br.com.intersys.systextil.util
Methods in br.com.intersys.systextil.util with parameters of type FieldsComparator.GetterModifier 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.Constructors in br.com.intersys.systextil.util with parameters of type FieldsComparator.GetterModifierConstructorDescriptionSorter(FieldsComparator.Getter<T, C> getter, boolean reverse) Monta um ordenador configurado para determinado campo do objeto.