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

Comparing jsr166/src/jsr166x/ConcurrentSkipListMap.java (file contents):
Revision 1.33 by jsr166, Tue Oct 22 15:21:30 2013 UTC vs.
Revision 1.35 by jsr166, Thu Sep 3 22:54:46 2015 UTC

# Line 1270 | Line 1270 | public class ConcurrentSkipListMap<K,V>
1270          }
1271      }
1272  
1273 <   /**
1273 >    /**
1274       * Removes first entry; return key or null if empty.
1275       */
1276      K pollFirstKey() {
# Line 1728 | Line 1728 | public class ConcurrentSkipListMap<K,V>
1728           * distinct because readObject calls can't be nicely adapted
1729           * as the kind of iterator needed by buildFromSorted. (They
1730           * can be, but doing so requires type cheats and/or creation
1731 <         * of adaptor classes.) It is simpler to just adapt the code.
1731 >         * of adapter classes.) It is simpler to just adapt the code.
1732           */
1733  
1734          HeadIndex<K,V> h = head;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines