[jira] [Commented] (LANG-470) Add containsAll methods to ArrayUtils

2020-11-03 Thread Jonathan Pepin (Jira)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17225472#comment-17225472 ] Jonathan Pepin commented on LANG-470: - Hi, Let me re-open discussion, the topic is old, and Java

[jira] [Commented] (LANG-470) Add containsAll methods to ArrayUtils

2011-07-14 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13065697#comment-13065697 ] Matt Benson commented on LANG-470: -- Just for containsAll... this is a Collection method, to

[jira] Commented: (LANG-470) Add containsAll methods to ArrayUtils

2010-01-10 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12798543#action_12798543 ] Henri Yandell commented on LANG-470: The reason (along with LANG-238) is that

[jira] Commented: (LANG-470) Add containsAll methods to ArrayUtils

2010-01-10 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12798568#action_12798568 ] Paul Benedict commented on LANG-470: Why not wrap the array into a List and use

[jira] Commented: (LANG-470) Add containsAll methods to ArrayUtils

2009-12-30 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795274#action_12795274 ] Henri Yandell commented on LANG-470: Pasted example code for ArraySet into LANG-238. I

[jira] Commented: (LANG-470) Add containsAll methods to ArrayUtils

2009-11-26 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12782814#action_12782814 ] Henri Yandell commented on LANG-470: Still unsure how to handle edge cases. This is