/[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.1 by tromey, Thu Aug 5 21:09:36 2004 UTC revision 1.9.2.2 by tromey, Thu Nov 4 05:08:15 2004 UTC
# Line 200  public interface Collection<E> extends I Line 200  public interface Collection<E> extends I
200     *     *
201     * @return an Iterator over the elements of this collection, in any order.     * @return an Iterator over the elements of this collection, in any order.
202     */     */
203    Iterator iterator();    Iterator<E> iterator();
204    
205    /**    /**
206     * Remove a single occurrence of an object from this collection. That is,     * Remove a single occurrence of an object from this collection. That is,

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

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