Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: All
Platform: All
-
15438
Description
The jdk currantly contains methods for searching a sorted array but it doesn't
contain a method for searching an unsorted array. It would be nice if you
added a "boolean ArrayUtils.contains(Object[],Object)" method which iterated
through the array checking if the element is in the array.