RE: [collections] CollectionUtils.getCardinalityMap JavaDoc

2003-09-08 Thread Arun Thomas
I'm not sure if it makes sense to call it an entry that maps to null but consider that the the cardinal map returned by this function will be accessed in the following manner: Integer x = returnedMap.get(obj); That statement may just be pointing out that instead of returning Integer(0) for

RE: [collections] CollectionUtils.getCardinalityMap JavaDoc

2003-09-08 Thread Janek Bogucki
On Mon, 2003-09-08 at 16:08, Arun Thomas wrote: I'm not sure if it makes sense to call it an entry that maps to null but consider that the the cardinal map returned by this function will be accessed in the following manner: Integer x = returnedMap.get(obj); That statement may just be

Re: [collections] CollectionUtils.getCardinalityMap JavaDoc

2003-09-07 Thread Stephen Colebourne
Your logic makes sense to me ;-) Stephen - Original Message - From: Janek Bogucki [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Sunday, September 07, 2003 2:35 AM Subject: [collections] CollectionUtils.getCardinalityMap JavaDoc In