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.2 by dl, Sun Mar 6 12:06:17 2005 UTC vs.
Revision 1.3 by dl, Mon Mar 7 16:41:52 2005 UTC

# Line 629 | Line 629 | public abstract class AbstractMap<K,V> i
629      // Implementation Note: SimpleEntry and SimpleImmutableEntry
630      // are distinct unrelated classes, even though they share
631      // some code. Since you can't add or subtract final-ness
632 <    // of a field in a subclass, they can't share represenations,
632 >    // of a field in a subclass, they can't share representations,
633      // and the amount of duplicated code is too small to warrant
634      // exposing a common abstract class.
635  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines