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.3 by dl, Mon Jan 3 18:14:25 2005 UTC vs.
Revision 1.4 by dl, Tue Mar 1 12:48:33 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines