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.166 by jsr166, Sat Mar 11 17:36:10 2017 UTC vs.
Revision 1.167 by jsr166, Wed Apr 19 23:45:51 2017 UTC

# Line 1792 | Line 1792 | public class ConcurrentSkipListMap<K,V>
1792       * The set's spliterator additionally reports {@link Spliterator#CONCURRENT},
1793       * {@link Spliterator#NONNULL}, {@link Spliterator#SORTED} and
1794       * {@link Spliterator#ORDERED}, with an encounter order that is ascending
1795 <     * key order.  The spliterator's comparator (see
1796 <     * {@link java.util.Spliterator#getComparator()}) is {@code null} if
1797 <     * the map's comparator (see {@link #comparator()}) is {@code null}.
1795 >     * key order.
1796 >     *
1797 >     * <p>The {@linkplain Spliterator#getComparator() spliterator's comparator}
1798 >     * is {@code null} if the {@linkplain #comparator() map's comparator}
1799 >     * is {@code null}.
1800       * Otherwise, the spliterator's comparator is the same as or imposes the
1801       * same total ordering as the map's comparator.
1802       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines