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.34 by dl, Sun Jun 19 23:01:20 2005 UTC vs.
Revision 1.35 by dl, Sun Jun 19 23:18:48 2005 UTC

# Line 891 | Line 891 | public class ConcurrentSkipListMap<K,V>
891  
892      /**
893       * Returns a random level for inserting a new node.
894 <     * Hardwired to k=1, p=0.5, max 31 (see
894 >     * Hardwired to k=1, p=0.5, max 31 (see above and
895       * Pugh's "Skip List Cookbook", sec 3.4).
896       *
897       * This uses the simplest of the generators described in George

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines