ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/TreeMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/TreeMap.java (file contents):
Revision 1.19 by jsr166, Sun Jun 19 23:01:12 2005 UTC vs.
Revision 1.20 by jsr166, Tue Jun 21 07:45:08 2005 UTC

# Line 521 | Line 521 | public class TreeMap<K,V>
521  
522      /**
523       * Associates the specified value with the specified key in this map.
524 <     * If the map previously contained a mapping for this key, the old
524 >     * If the map previously contained a mapping for the key, the old
525       * value is replaced.
526       *
527       * @param key key with which the specified value is to be associated

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines