/[classpath]/classpath/java/util/Collection.java
ViewVC logotype

Diff of /classpath/java/util/Collection.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.2 by tromey, Thu Nov 4 05:08:15 2004 UTC revision 1.9.2.3 by gnu_andrew, Mon Jan 10 18:25:48 2005 UTC
# Line 1  Line 1 
1  /* Collection.java -- Interface that represents a collection of objects  /* Collection.java -- Interface that represents a collection of objects
2     Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 2001, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 67  package java.util; Line 67  package java.util;
67   *   *
68   * @author Original author unknown   * @author Original author unknown
69   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake <ebb9@email.byu.edu>
70     * @author Tom Tromey (tromey@redhat.com)
71     * @author Andrew John Hughes (gnu_andrew@member.fsf.org)
72   * @see List   * @see List
73   * @see Set   * @see Set
74   * @see Map   * @see Map
# Line 152  public interface Collection<E> extends I Line 154  public interface Collection<E> extends I
154     *   collection does not support null values.     *   collection does not support null values.
155     * @throws NullPointerException if c itself is null.     * @throws NullPointerException if c itself is null.
156     */     */
157    boolean containsAll(Collection c);    boolean containsAll(Collection<?> c);
158    
159    /**    /**
160     * Test whether this collection is equal to some object. The Collection     * Test whether this collection is equal to some object. The Collection

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26