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.24 by jsr166, Sat Jan 19 21:53:46 2013 UTC vs.
Revision 1.25 by jsr166, Tue Jan 22 20:08:33 2013 UTC

# Line 1042 | Line 1042 | public class ConcurrentSkipListMap<K,V>
1042       * Adds given index nodes from given level down to 1.
1043       * @param idx the topmost index node being inserted
1044       * @param h the value of head to use to insert. This must be
1045 <     * snapshotted by callers to provide correct insertion level
1045 >     * snapshotted by callers to provide correct insertion level.
1046       * @param indexLevel the level of the index
1047       */
1048      private void addIndex(Index<K,V> idx, HeadIndex<K,V> h, int indexLevel) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines