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.15 by jsr166, Thu Aug 8 18:25:06 2013 UTC vs.
Revision 1.16 by jsr166, Thu Aug 8 20:12:10 2013 UTC

# Line 91 | Line 91 | public interface ConcurrentNavigableMap<
91       * operations.  It does not support the {@code add} or {@code addAll}
92       * operations.
93       *
94 <     * <p>The view's iterators and spliterators are "weakly consistent":
95 <     * they will never throw {@link java.util.ConcurrentModificationException
96 <     * ConcurrentModificationException}; are guaranteed to traverse elements
97 <     * as they existed upon construction; and may (but are not guaranteed to)
98 <     * reflect any modifications subsequent to construction.
94 >     * <p>The view's iterators and spliterators are
95 >     * <a href="package-summary.html#Weakly"><i>weakly consistent</i></a>.
96       *
97       * @return a navigable set view of the keys in this map
98       */
# Line 112 | Line 109 | public interface ConcurrentNavigableMap<
109       * operations.  It does not support the {@code add} or {@code addAll}
110       * operations.
111       *
112 <     * <p>The view's iterators and spliterators are "weakly consistent":
113 <     * they will never throw {@link java.util.ConcurrentModificationException
117 <     * ConcurrentModificationException}; are guaranteed to traverse elements
118 <     * as they existed upon construction; and may (but are not guaranteed to)
119 <     * reflect any modifications subsequent to construction.
112 >     * <p>The view's iterators and spliterators are
113 >     * <a href="package-summary.html#Weakly"><i>weakly consistent</i></a>.
114       *
115       * <p>This method is equivalent to method {@code navigableKeySet}.
116       *
# Line 135 | Line 129 | public interface ConcurrentNavigableMap<
129       * operations.  It does not support the {@code add} or {@code addAll}
130       * operations.
131       *
132 <     * <p>The view's iterators and spliterators are "weakly consistent":
133 <     * they will never throw {@link java.util.ConcurrentModificationException
140 <     * ConcurrentModificationException}; are guaranteed to traverse elements
141 <     * as they existed upon construction; and may (but are not guaranteed to)
142 <     * reflect any modifications subsequent to construction.
132 >     * <p>The view's iterators and spliterators are
133 >     * <a href="package-summary.html#Weakly"><i>weakly consistent</i></a>.
134       *
135       * @return a reverse order navigable set view of the keys in this map
136       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines