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.107 by dl, Sat Mar 16 16:03:08 2013 UTC vs.
Revision 1.108 by jsr166, Sun Mar 17 15:34:21 2013 UTC

# Line 3360 | Line 3360 | public class ConcurrentSkipListMap<K,V>
3360  
3361              public Spliterator<T> trySplit() {
3362                  return null;
3363 <            }
3363 >            }
3364  
3365              public boolean tryAdvance(Consumer<? super T> action) {
3366                  if (hasNext()) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines