I'd like to make the case for a ComparableComparator that allows the sorting of nulls to the bottom. This could be a flag to set on the existing class or another Comparator called something like NullableComparableComparator (or ComparableNullComparator?).
This becomes a big issue when sorting a collection of things based on one of their getter methods with generic components like the TransformingComparator I just submitted. Too often the returned value can be a null. It's not too hard to write my own (I already have), but I prefer having things like this standardized in one library rather than written differently for each project. My two cents. I'd appreciate feedback, even negative feedback if it's appropriate. Jonathan ===== Jonathan Carlson [EMAIL PROTECTED] Minneapolis, Minnesota __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
