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

Diff of /classpath/java/util/AbstractMap.java

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

revision 1.26.2.3 by gnu_andrew, Thu Jan 13 22:40:39 2005 UTC revision 1.26.2.4 by gnu_andrew, Sat Feb 19 10:50:43 2005 UTC
# Line 1  Line 1 
1  /* AbstractMap.java -- Abstract implementation of most of Map  /* AbstractMap.java -- Abstract implementation of most of Map
2     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 53  package java.util; Line 54  package java.util;
54   *   *
55   * @author Original author unknown   * @author Original author unknown
56   * @author Bryce McKinlay   * @author Bryce McKinlay
57   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
58   * @see Map   * @see Map
59   * @see Collection   * @see Collection
60   * @see HashMap   * @see HashMap
# Line 624  public abstract class AbstractMap<K, V> Line 625  public abstract class AbstractMap<K, V>
625     * life much easier.     * life much easier.
626     *     *
627     * @author Jon Zeppieri     * @author Jon Zeppieri
628     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake (ebb9@email.byu.edu)
629     */     */
630    // XXX - FIXME Use fully qualified implements as gcj 3.1 workaround.    // XXX - FIXME Use fully qualified implements as gcj 3.1 workaround.
631    //       Bug still exists in 3.4.1    //       Bug still exists in 3.4.1

Legend:
Removed from v.1.26.2.3  
changed lines
  Added in v.1.26.2.4

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