ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ConcurrentHashMapV8.java
(Generate patch)

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.16 by dl, Fri Sep 9 13:02:01 2011 UTC vs.
Revision 1.17 by jsr166, Sat Sep 10 00:53:14 2011 UTC

# Line 775 | Line 775 | public class ConcurrentHashMapV8<K, V>
775       *
776       * Exported iterators (subclasses of ViewIterator) extract key,
777       * value, or key-value pairs as return values of Iterator.next(),
778 <     * and encapulate the it.next check as hasNext();
778 >     * and encapsulate the it.next check as hasNext();
779       *
780       * The iterator visits each valid node that was reachable upon
781       * iterator construction once. It might miss some that were added

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines