ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/SMap.java
(Generate patch)

Comparing jsr166/src/test/loops/SMap.java (file contents):
Revision 1.6 by jsr166, Sun Oct 21 06:40:21 2012 UTC vs.
Revision 1.7 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 42 | Line 42 | public class SMap implements Map {
42          return m.containsValue(value);
43      }
44  
45
45      public synchronized Set keySet() { // Not implemented
46          return m.keySet();
47      }
# Line 65 | Line 64 | public class SMap implements Map {
64          return m.toString();
65      }
66  
68
69
67      public synchronized Object put(Object key, Object value) {
68          return m.put(key, value);
69      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines