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.5 by dl, Tue Dec 21 17:27:44 2004 UTC vs.
Revision 1.6 by dl, Tue Mar 1 12:48:27 2005 UTC

# Line 266 | Line 266 | public class ConcurrentSkipListMap<K,V>
266       * For explanation of algorithms sharing at least a couple of
267       * features with this one, see Mikhail Fomitchev's thesis
268       * (http://www.cs.yorku.ca/~mikhail/), Keir Fraser's thesis
269 <     * (http://www.cl.cam.ac.uk/users/kaf24/), and Håkan Sundell's
269 >     * (http://www.cl.cam.ac.uk/users/kaf24/), and Hakan Sundell's
270       * thesis (http://www.cs.chalmers.se/~phs/).
271       *
272       * Given the use of tree-like index nodes, you might wonder why

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines