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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.157 by jsr166, Wed Jan 2 07:31:10 2013 UTC vs.
Revision 1.158 by jsr166, Wed Jan 2 07:43:50 2013 UTC

# Line 3612 | Line 3612 | public class ConcurrentHashMap<K, V>
3612       * result on success, else null
3613       * @return a non-null result from applying the given search
3614       * function on each value, or null if none
3615     *
3615       */
3616      public <U> U searchValuesSequentially
3617          (Function<? super V, ? extends U> searchFunction) {
# Line 4219 | Line 4218 | public class ConcurrentHashMap<K, V>
4218       * result on success, else null
4219       * @return a non-null result from applying the given search
4220       * function on each value, or null if none
4222     *
4221       */
4222      public <U> U searchValuesInParallel
4223          (Function<? super V, ? extends U> searchFunction) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines