/[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.1 by tromey, Thu Aug 5 21:09:36 2004 UTC revision 1.13.2.2 by gnu_andrew, Thu Jan 13 22:40:40 2005 UTC
# Line 227  public interface Map<K, V> Line 227  public interface Map<K, V>
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.2.1  
changed lines
  Added in v.1.13.2.2

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