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.28 by jsr166, Sat May 28 14:56:21 2005 UTC vs.
Revision 1.29 by jsr166, Sat May 28 15:09:37 2005 UTC

# Line 1221 | Line 1221 | public class ConcurrentSkipListMap<K,V>
1221          }
1222      }
1223  
1224 <   /**
1224 >    /**
1225       * Removes first entry; returns key or null if empty.
1226       */
1227      K pollFirstKey() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines