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.1 by dl, Fri Dec 31 13:00:33 2004 UTC vs.
Revision 1.2 by dl, Sun Mar 6 12:06:17 2005 UTC

# Line 643 | Line 643 | public abstract class AbstractMap<K,V> i
643       * <tt>Map.entrySet().toArray</tt>
644       */
645      public static class SimpleEntry<K,V> implements Entry<K,V> {
646 <        private K key;
646 >        private final K key;
647          private V value;
648  
649          /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines