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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentSkipListMap.java (file contents):
Revision 1.151 by jsr166, Wed May 6 16:14:30 2015 UTC vs.
Revision 1.152 by jsr166, Thu Sep 3 22:54:46 2015 UTC

# Line 1426 | Line 1426 | public class ConcurrentSkipListMap<K,V>
1426           * distinct because readObject calls can't be nicely adapted
1427           * as the kind of iterator needed by buildFromSorted. (They
1428           * can be, but doing so requires type cheats and/or creation
1429 <         * of adaptor classes.) It is simpler to just adapt the code.
1429 >         * of adapter classes.) It is simpler to just adapt the code.
1430           */
1431  
1432          HeadIndex<K,V> h = head;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines