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.134 by jsr166, Sun Oct 21 04:07:13 2012 UTC vs.
Revision 1.135 by jsr166, Sun Oct 21 04:14:31 2012 UTC

# Line 3670 | Line 3670 | public class ConcurrentHashMap<K, V>
3670           * of each (key, value).
3671           *
3672           * @param transformer a function returning the transformation
3673 <         * for an element, or null of there is no transformation (in
3673 >         * for an element, or null if there is no transformation (in
3674           * which case the action is not applied)
3675           * @param action the action
3676           */
# Line 3703 | Line 3703 | public class ConcurrentHashMap<K, V>
3703           * combine values, or null if none.
3704           *
3705           * @param transformer a function returning the transformation
3706 <         * for an element, or null of there is no transformation (in
3706 >         * for an element, or null if there is no transformation (in
3707           * which case it is not combined)
3708           * @param reducer a commutative associative combining function
3709           * @return the result of accumulating the given transformation
# Line 3787 | Line 3787 | public class ConcurrentHashMap<K, V>
3787           * of each key.
3788           *
3789           * @param transformer a function returning the transformation
3790 <         * for an element, or null of there is no transformation (in
3790 >         * for an element, or null if there is no transformation (in
3791           * which case the action is not applied)
3792           * @param action the action
3793           */
# Line 3833 | Line 3833 | public class ConcurrentHashMap<K, V>
3833           * null if none.
3834           *
3835           * @param transformer a function returning the transformation
3836 <         * for an element, or null of there is no transformation (in
3836 >         * for an element, or null if there is no transformation (in
3837           * which case it is not combined)
3838           * @param reducer a commutative associative combining function
3839           * @return the result of accumulating the given transformation
# Line 3917 | Line 3917 | public class ConcurrentHashMap<K, V>
3917           * of each value.
3918           *
3919           * @param transformer a function returning the transformation
3920 <         * for an element, or null of there is no transformation (in
3920 >         * for an element, or null if there is no transformation (in
3921           * which case the action is not applied)
3922           */
3923          public <U> void forEachValue(Fun<? super V, ? extends U> transformer,
# Line 3962 | Line 3962 | public class ConcurrentHashMap<K, V>
3962           * null if none.
3963           *
3964           * @param transformer a function returning the transformation
3965 <         * for an element, or null of there is no transformation (in
3965 >         * for an element, or null if there is no transformation (in
3966           * which case it is not combined)
3967           * @param reducer a commutative associative combining function
3968           * @return the result of accumulating the given transformation
# Line 4046 | Line 4046 | public class ConcurrentHashMap<K, V>
4046           * of each entry.
4047           *
4048           * @param transformer a function returning the transformation
4049 <         * for an element, or null of there is no transformation (in
4049 >         * for an element, or null if there is no transformation (in
4050           * which case the action is not applied)
4051           * @param action the action
4052           */
# Line 4091 | Line 4091 | public class ConcurrentHashMap<K, V>
4091           * or null if none.
4092           *
4093           * @param transformer a function returning the transformation
4094 <         * for an element, or null of there is no transformation (in
4094 >         * for an element, or null if there is no transformation (in
4095           * which case it is not combined).
4096           * @param reducer a commutative associative combining function
4097           * @return the result of accumulating the given transformation
# Line 4195 | Line 4195 | public class ConcurrentHashMap<K, V>
4195           *
4196           * @param map the map
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           * @param action the action
4201           * @return the task
# Line 4238 | Line 4238 | public class ConcurrentHashMap<K, V>
4238           *
4239           * @param map the map
4240           * @param transformer a function returning the transformation
4241 <         * for an element, or null of there is no transformation (in
4241 >         * for an element, or null if there is no transformation (in
4242           * which case it is not combined).
4243           * @param reducer a commutative associative combining function
4244           * @return the task
# Line 4345 | Line 4345 | public class ConcurrentHashMap<K, V>
4345           *
4346           * @param map the map
4347           * @param transformer a function returning the transformation
4348 <         * for an element, or null of there is no transformation (in
4348 >         * for an element, or null if there is no transformation (in
4349           * which case the action is not applied)
4350           * @param action the action
4351           * @return the task
# Line 4405 | Line 4405 | public class ConcurrentHashMap<K, V>
4405           *
4406           * @param map the map
4407           * @param transformer a function returning the transformation
4408 <         * for an element, or null of there is no transformation (in
4408 >         * for an element, or null if there is no transformation (in
4409           * which case it is not combined).
4410           * @param reducer a commutative associative combining function
4411           * @return the task
# Line 4512 | Line 4512 | public class ConcurrentHashMap<K, V>
4512           *
4513           * @param map the map
4514           * @param transformer a function returning the transformation
4515 <         * for an element, or null of there is no transformation (in
4515 >         * for an element, or null if there is no transformation (in
4516           * which case the action is not applied)
4517           * @param action the action
4518           */
# Line 4572 | Line 4572 | public class ConcurrentHashMap<K, V>
4572           *
4573           * @param map the map
4574           * @param transformer a function returning the transformation
4575 <         * for an element, or null of there is no transformation (in
4575 >         * for an element, or null if there is no transformation (in
4576           * which case it is not combined).
4577           * @param reducer a commutative associative combining function
4578           * @return the task
# Line 4679 | Line 4679 | public class ConcurrentHashMap<K, V>
4679           *
4680           * @param map the map
4681           * @param transformer a function returning the transformation
4682 <         * for an element, or null of there is no transformation (in
4682 >         * for an element, or null if there is no transformation (in
4683           * which case the action is not applied)
4684           * @param action the action
4685           */
# Line 4739 | Line 4739 | public class ConcurrentHashMap<K, V>
4739           *
4740           * @param map the map
4741           * @param transformer a function returning the transformation
4742 <         * for an element, or null of there is no transformation (in
4742 >         * for an element, or null if there is no transformation (in
4743           * which case it is not combined).
4744           * @param reducer a commutative associative combining function
4745           * @return the task

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines