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.14 by jsr166, Sat Mar 9 01:51:15 2013 UTC vs.
Revision 1.15 by jsr166, Thu Aug 8 18:25:06 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 {@code iterator} is a "weakly consistent" iterator
95 <     * that will never throw {@link ConcurrentModificationException},
96 <     * and guarantees to traverse elements as they existed upon
97 <     * construction of the iterator, and may (but is not guaranteed to)
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.
99       *
100       * @return a navigable set view of the keys in this map
# Line 112 | Line 112 | public interface ConcurrentNavigableMap<
112       * operations.  It does not support the {@code add} or {@code addAll}
113       * operations.
114       *
115 <     * <p>The view's {@code iterator} is a "weakly consistent" iterator
116 <     * that will never throw {@link ConcurrentModificationException},
117 <     * and guarantees to traverse elements as they existed upon
118 <     * construction of the iterator, and may (but is not guaranteed to)
115 >     * <p>The view's iterators and spliterators are "weakly consistent":
116 >     * 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.
120       *
121       * <p>This method is equivalent to method {@code navigableKeySet}.
# Line 135 | Line 135 | public interface ConcurrentNavigableMap<
135       * operations.  It does not support the {@code add} or {@code addAll}
136       * operations.
137       *
138 <     * <p>The view's {@code iterator} is a "weakly consistent" iterator
139 <     * that will never throw {@link ConcurrentModificationException},
140 <     * and guarantees to traverse elements as they existed upon
141 <     * construction of the iterator, and may (but is not guaranteed to)
138 >     * <p>The view's iterators and spliterators are "weakly consistent":
139 >     * 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.
143       *
144       * @return a reverse order navigable set view of the keys in this map

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines