logo       

Nice/stdlib/nice/lang collections.nice,1.64,1.65: msg#00006

Subject: Nice/stdlib/nice/lang collections.nice,1.64,1.65
Update of /cvsroot/nice/Nice/stdlib/nice/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29284/stdlib/nice/lang

Modified Files:
        collections.nice 
Log Message:
Lifted search and find to work on Collection<T> instead of List<T>.

Index: collections.nice
===================================================================
RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/collections.nice,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** collections.nice    14 Apr 2004 12:51:57 -0000      1.64
--- collections.nice    24 May 2004 17:04:42 -0000      1.65
***************
*** 239,245 ****
      @throw java.util.NoSuchElementException if there is no such element.
  */
! <T> T find (List<T> list, T->boolean test)
  {
!   for (T elem : list)
      if (test(elem))
        return elem;
--- 239,245 ----
      @throw java.util.NoSuchElementException if there is no such element.
  */
! <T> T find (Collection<T> collection, T->boolean test)
  {
!   for (T elem : collection)
      if (test(elem))
        return elem;
***************
*** 263,269 ****
      Returns <code>null</code> if there is no such element.
  */
! <T> ?T search (java.util.List<!T> list, !T->boolean test)
  {
!   for (!T elem : list)
      if (test(elem))
        return elem;
--- 263,269 ----
      Returns <code>null</code> if there is no such element.
  */
! <T> ?T search (java.util.Collection<!T> collection, !T->boolean test)
  {
!   for (!T elem : collection)
      if (test(elem))
        return elem;



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
science.linguis...    culture.sf.lite...    video.mplayer.c...    yellowdog.gener...    ietf.rfc822/199...    emacs.help/2002...    redhat.release....    kernel.speakup/...    java.openejb.de...    debian.devel.gt...    xfree86.newbie/...    bug-tracking.ma...    pam/2003-05/msg...    games.devel.ope...    user-groups.lin...    music.pancham/2...    network.mq.deve...    web.html.genera...    arklinux.bugs/2...    linux.ecasound/...    qnx.openqnx.dev...    org.user-groups...    file-systems.sf...    trustix.contrib...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe