Hello,

Might there be interest in a BeanComparatorChain, that is a Comparator
implementation that maintains an o.a.c.collections.c.ComparatorChain of
o.a.c.beanutils.BeanComparators?

class BeanComparatorChain<T> implements Comparator<T>
 BeanComparatorChain();
 BeanComparatorChain(String[]);
 BeanComparatorChain(List<String>);
 int compare(T, T);
 List<String> getProperties();
 void addProperty(String);
 void removeProperty(String);
 void moveToFront(String);
 void moveToBack(String);
 void moveForward(String);
 void moveBack(String);
 void swap(String, String);
 boolean isAscending(String);
 boolean isDescending(String);
 void setAscending(String);
 void setDescending(String);
 void toggle(String);

where the Strings are beanutils property expressions.

I am asking before submitting to JIRA, since I may need to re-license it
to do so.

Thanks,

   michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to