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

Diff of /classpath/java/util/Map.java

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

revision 1.13.2.2 by gnu_andrew, Thu Jan 13 22:40:40 2005 UTC revision 1.13.2.3 by gnu_andrew, Sat Feb 19 10:50:44 2005 UTC
# Line 1  Line 1 
1  /* Map.java: interface Map -- An object that maps keys to values  /* Map.java: interface Map -- An object that maps keys to values
2               interface Map.Entry -- an Entry in a Map               interface Map.Entry -- an Entry in a Map
3     Copyright (C) 1998, 2001, 2004 Free Software Foundation, Inc.     Copyright (C) 1998, 2001, 2004, 2005  Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 68  package java.util; Line 68  package java.util;
68   * normally fail with a non-empty argument.   * normally fail with a non-empty argument.
69   *   *
70   * @author Original author unknown   * @author Original author unknown
71   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
72   * @see HashMap   * @see HashMap
73   * @see TreeMap   * @see TreeMap
74   * @see Hashtable   * @see Hashtable
# Line 267  public interface Map<K, V> Line 267  public interface Map<K, V>
267     * for undefined behavior.     * for undefined behavior.
268     *     *
269     * @author Original author unknown     * @author Original author unknown
270     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake (ebb9@email.byu.edu)
271     * @see Map     * @see Map
272     * @see Map#entrySet()     * @see Map#entrySet()
273     * @since 1.2     * @since 1.2

Legend:
Removed from v.1.13.2.2  
changed lines
  Added in v.1.13.2.3

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