You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/17 13:22:47 UTC

DO NOT REPLY [Bug 15438] New: - ArrayUtils.contains()

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15438>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15438

ArrayUtils.contains()

           Summary: ArrayUtils.contains()
           Product: Commons
           Version: 1.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: N.Metchev@teamphone.com


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.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>