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

Comparing jsr166/src/main/java/util/AbstractMap.java (file contents):
Revision 1.7 by jsr166, Wed Apr 27 01:39:03 2005 UTC vs.
Revision 1.8 by jsr166, Wed Apr 27 07:13:50 2005 UTC

# Line 477 | Line 477 | public abstract class AbstractMap<K,V> i
477       *
478       * This implementation first checks if the specified object is this map;
479       * if so it returns <tt>true</tt>.  Then, it checks if the specified
480 <     * object is a map whose size is identical to the size of this set; if
480 >     * object is a map whose size is identical to the size of this map; if
481       * not, it returns <tt>false</tt>.  If so, it iterates over this map's
482       * <tt>entrySet</tt> collection, and checks that the specified map
483       * contains each mapping that this map contains.  If the specified map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines