On 12/10/07 12:31 PM, "Andrus Adamchik" <[EMAIL PROTECTED]> wrote:
> You should use a static Ordering method that takes a list of orderings: > > Ordering.orderList(List<?> objects, List<Comparator<Object>> > orderings) > > Andrus Ahh, yes. I forgot about that one. I was actually just playing with it last week. -- Kevin