ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.192 by dl, Mon Feb 25 17:59:40 2013 UTC vs.
Revision 1.193 by jsr166, Tue Feb 26 17:33:53 2013 UTC

# Line 2247 | Line 2247 | public class ConcurrentHashMap<K,V>
2247              }
2248          }
2249  
2250 <        /*
2251 <         * Advances if possible, returning next valid value or null if none
2250 >        /**
2251 >         * Advances if possible, returning next valid value, or null if none.
2252           */
2253          @SuppressWarnings("unchecked") final V advance() {
2254              for (Node<V> e = next;;) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines