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.17 by jsr166, Wed Dec 3 21:55:44 2014 UTC vs.
Revision 1.18 by jsr166, Wed Dec 31 22:40:51 2014 UTC

# Line 98 | Line 98 | public interface ConcurrentNavigableMap<
98       *
99       * @return a navigable set view of the keys in this map
100       */
101 <    public NavigableSet<K> navigableKeySet();
101 >    NavigableSet<K> navigableKeySet();
102  
103      /**
104       * Returns a {@link NavigableSet} view of the keys contained in this map.
# Line 136 | Line 136 | public interface ConcurrentNavigableMap<
136       *
137       * @return a reverse order navigable set view of the keys in this map
138       */
139 <    public NavigableSet<K> descendingKeySet();
139 >    NavigableSet<K> descendingKeySet();
140   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines