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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentNavigableMap.java (file contents):
Revision 1.16 by jsr166, Thu Aug 8 20:12:10 2013 UTC vs.
Revision 1.17 by jsr166, Wed Dec 3 21:55:44 2014 UTC

# Line 5 | Line 5
5   */
6  
7   package java.util.concurrent;
8 < import java.util.*;
8 >
9 > import java.util.NavigableMap;
10 > import java.util.NavigableSet;
11  
12   /**
13   * A {@link ConcurrentMap} supporting {@link NavigableMap} operations,
# Line 72 | Line 74 | public interface ConcurrentNavigableMap<
74       * reflected in the descending map, and vice-versa.
75       *
76       * <p>The returned map has an ordering equivalent to
77 <     * {@link Collections#reverseOrder(Comparator) Collections.reverseOrder}{@code (comparator())}.
77 >     * {@link java.util.Collections#reverseOrder(Comparator) Collections.reverseOrder}{@code (comparator())}.
78       * The expression {@code m.descendingMap().descendingMap()} returns a
79       * view of {@code m} essentially equivalent to {@code m}.
80       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines