[jira] [Commented] (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2012-07-26 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423417#comment-13423417 ] Hudson commented on COLLECTIONS-323: Integrated in commons-collections #68 (See

Re: [jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-03-12 Thread Paul Wolfgang
The java.util.HashMap sets the initial capacity to the smallest power of 2 greater than or equal to the supplied initialCapacity. Thus if an initialCapacity of 0 is provided, then the initial capacity will be 1. Therefore, it is consistent with java.util.HashMap to accept an argument of zero f

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-03-12 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006073#comment-13006073 ] Jochen Wiedmann commented on COLLECTIONS-323: - Quoting from the initial b

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-03-12 Thread JIRA
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006056#comment-13006056 ] Julien Aymé commented on COLLECTIONS-323: - I understand that the size is impo

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-03-11 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005998#comment-13005998 ] Jochen Wiedmann commented on COLLECTIONS-323: - The solution used for java

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-03-11 Thread JIRA
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13005786#comment-13005786 ] Julien Aymé commented on COLLECTIONS-323: - Why not for the LRUMap? If I use t

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-01-07 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978736#action_12978736 ] Stephen Colebourne commented on COLLECTIONS-323: The behaviour should

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-01-06 Thread Michael Yannakopoulos (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978485#action_12978485 ] Michael Yannakopoulos commented on COLLECTIONS-323: --- A quick questio

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2011-01-06 Thread Michael Yannakopoulos (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12978475#action_12978475 ] Michael Yannakopoulos commented on COLLECTIONS-323: --- I'm on this one

[jira] Commented: (COLLECTIONS-323) Behavior of constructors CaseInsensitiveMap inconsistent with standard Java HashMap

2009-05-19 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711001#action_12711001 ] Henri Yandell commented on COLLECTIONS-323: --- Same holds true of: AbstractHa