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.168 by jsr166, Sat Jan 19 20:44:06 2013 UTC vs.
Revision 1.169 by jsr166, Mon Jan 28 06:58:52 2013 UTC

# Line 3251 | Line 3251 | public class ConcurrentHashMap<K, V>
3251       * of each (key, value).
3252       *
3253       * @param transformer a function returning the transformation
3254 <     * for an element, or null of there is no transformation (in
3254 >     * for an element, or null if there is no transformation (in
3255       * which case the action is not applied).
3256       * @param action the action
3257       */
# Line 3295 | Line 3295 | public class ConcurrentHashMap<K, V>
3295       * combine values, or null if none.
3296       *
3297       * @param transformer a function returning the transformation
3298 <     * for an element, or null of there is no transformation (in
3298 >     * for an element, or null if there is no transformation (in
3299       * which case it is not combined).
3300       * @param reducer a commutative associative combining function
3301       * @return the result of accumulating the given transformation
# Line 3408 | Line 3408 | public class ConcurrentHashMap<K, V>
3408       * of each key.
3409       *
3410       * @param transformer a function returning the transformation
3411 <     * for an element, or null of there is no transformation (in
3411 >     * for an element, or null if there is no transformation (in
3412       * which case the action is not applied).
3413       * @param action the action
3414       */
# Line 3473 | Line 3473 | public class ConcurrentHashMap<K, V>
3473       * null if none.
3474       *
3475       * @param transformer a function returning the transformation
3476 <     * for an element, or null of there is no transformation (in
3476 >     * for an element, or null if there is no transformation (in
3477       * which case it is not combined).
3478       * @param reducer a commutative associative combining function
3479       * @return the result of accumulating the given transformation
# Line 3586 | Line 3586 | public class ConcurrentHashMap<K, V>
3586       * of each value.
3587       *
3588       * @param transformer a function returning the transformation
3589 <     * for an element, or null of there is no transformation (in
3589 >     * for an element, or null if there is no transformation (in
3590       * which case the action is not applied).
3591       */
3592      public <U> void forEachValueSequentially
# Line 3646 | Line 3646 | public class ConcurrentHashMap<K, V>
3646       * null if none.
3647       *
3648       * @param transformer a function returning the transformation
3649 <     * for an element, or null of there is no transformation (in
3649 >     * for an element, or null if there is no transformation (in
3650       * which case it is not combined).
3651       * @param reducer a commutative associative combining function
3652       * @return the result of accumulating the given transformation
# Line 3760 | Line 3760 | public class ConcurrentHashMap<K, V>
3760       * of each entry.
3761       *
3762       * @param transformer a function returning the transformation
3763 <     * for an element, or null of there is no transformation (in
3763 >     * for an element, or null if there is no transformation (in
3764       * which case the action is not applied).
3765       * @param action the action
3766       */
# Line 3823 | Line 3823 | public class ConcurrentHashMap<K, V>
3823       * or null if none.
3824       *
3825       * @param transformer a function returning the transformation
3826 <     * for an element, or null of there is no transformation (in
3826 >     * for an element, or null if there is no transformation (in
3827       * which case it is not combined).
3828       * @param reducer a commutative associative combining function
3829       * @return the result of accumulating the given transformation
# Line 3935 | Line 3935 | public class ConcurrentHashMap<K, V>
3935       * of each (key, value).
3936       *
3937       * @param transformer a function returning the transformation
3938 <     * for an element, or null of there is no transformation (in
3938 >     * for an element, or null if there is no transformation (in
3939       * which case the action is not applied).
3940       * @param action the action
3941       */
# Line 3970 | Line 3970 | public class ConcurrentHashMap<K, V>
3970       * combine values, or null if none.
3971       *
3972       * @param transformer a function returning the transformation
3973 <     * for an element, or null of there is no transformation (in
3973 >     * for an element, or null if there is no transformation (in
3974       * which case it is not combined).
3975       * @param reducer a commutative associative combining function
3976       * @return the result of accumulating the given transformation
# Line 4058 | Line 4058 | public class ConcurrentHashMap<K, V>
4058       * of each key.
4059       *
4060       * @param transformer a function returning the transformation
4061 <     * for an element, or null of there is no transformation (in
4061 >     * for an element, or null if there is no transformation (in
4062       * which case the action is not applied).
4063       * @param action the action
4064       */
# Line 4107 | Line 4107 | public class ConcurrentHashMap<K, V>
4107       * null if none.
4108       *
4109       * @param transformer a function returning the transformation
4110 <     * for an element, or null of there is no transformation (in
4110 >     * for an element, or null if there is no transformation (in
4111       * which case it is not combined).
4112       * @param reducer a commutative associative combining function
4113       * @return the result of accumulating the given transformation
# Line 4195 | Line 4195 | public class ConcurrentHashMap<K, V>
4195       * of each value.
4196       *
4197       * @param transformer a function returning the transformation
4198 <     * for an element, or null of there is no transformation (in
4198 >     * for an element, or null if there is no transformation (in
4199       * which case the action is not applied).
4200       */
4201      public <U> void forEachValueInParallel
# Line 4242 | Line 4242 | public class ConcurrentHashMap<K, V>
4242       * null if none.
4243       *
4244       * @param transformer a function returning the transformation
4245 <     * for an element, or null of there is no transformation (in
4245 >     * for an element, or null if there is no transformation (in
4246       * which case it is not combined).
4247       * @param reducer a commutative associative combining function
4248       * @return the result of accumulating the given transformation
# Line 4330 | Line 4330 | public class ConcurrentHashMap<K, V>
4330       * of each entry.
4331       *
4332       * @param transformer a function returning the transformation
4333 <     * for an element, or null of there is no transformation (in
4333 >     * for an element, or null if there is no transformation (in
4334       * which case the action is not applied).
4335       * @param action the action
4336       */
# Line 4378 | Line 4378 | public class ConcurrentHashMap<K, V>
4378       * or null if none.
4379       *
4380       * @param transformer a function returning the transformation
4381 <     * for an element, or null of there is no transformation (in
4381 >     * for an element, or null if there is no transformation (in
4382       * which case it is not combined).
4383       * @param reducer a commutative associative combining function
4384       * @return the result of accumulating the given transformation

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines