/[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 by gnu_andrew, Thu Jul 29 20:23:18 2004 UTC revision 1.14 by gnu_andrew, Tue Aug 17 22:19:57 2004 UTC
# Line 227  public interface Map Line 227  public interface Map
227     * null values may also return null if the key was removed.     * null values may also return null if the key was removed.
228     *     *
229     * @param key the key to remove     * @param key the key to remove
230     * @return the value the key mapped to, or null if not present     * @return the value the key mapped to, or null if not present.
231     * @throws UnsupportedOperationException if deletion is unsupported     * @throws UnsupportedOperationException if deletion is unsupported
232     * @throws NullPointerException if the key is null and this map doesn't     * @throws NullPointerException if the key is null and this map doesn't
233     *         support null keys.     *         support null keys.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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