[collections] Functors: why in commons.collections and not commons.lang?

2003-12-01 Thread Keith Bennett
de them in commons.collections? - Keith Bennett __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[collections] NegatingPredicate

2003-12-01 Thread Keith Bennett
object to evaluate */ public boolean evaluate(Object o) { return ! predicate.evaluate(o); } } - - Keith Bennett __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com

Re: [collections] CaseInsensitiveHashMap

2003-11-26 Thread Keith Bennett
A relatively minor point in most situations, but one that could be important with cross-locale applications: would you want to provide a way for the user to set the locale with which toLowerCase() will do the case conversion in the map? Perhaps an alternate constructor? - Keith