diff --git a/docs/xml/Java.Security/Provider.xml b/docs/xml/Java.Security/Provider.xml
index eb18fc164..5b6113409 100644
--- a/docs/xml/Java.Security/Provider.xml
+++ b/docs/xml/Java.Security/Provider.xml
@@ -179,12 +179,12 @@
- To be added.
- To be added.
+ the key with which the computed value is to be associated.
+ the function used to compute a value.
Attempts to compute a mapping for the specified key and its
current mapped value (or null if there is no current
mapping).
- To be added.
+ the new value associated with the specified key, or null if none.
Attempts to compute a mapping for the specified key and its
current mapped value (or null if there is no current
@@ -239,13 +239,13 @@
- To be added.
- To be added.
+ the key with which the computed value is to be associated.
+ the function used to compute a value.
If the specified key is not already associated with a value (or
is mapped to null), attempts to compute its value using
the given mapping function and enters it into this map unless
null.
- To be added.
+ the current or computed value associated with the specified key, or null if the computed value is null.
If the specified key is not already associated with a value (or
is mapped to null), attempts to compute its value using
@@ -301,11 +301,11 @@
- To be added.
- To be added.
+ the key with which the computed value is to be associated.
+ the function used to compute a value.
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- To be added.
+ the new value associated with the specified key, or null if none.
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
@@ -579,12 +579,12 @@
- To be added.
- To be added.
- To be added.
+ the key with which the resulting value is to be associated.
+ the non-null value to be merged with the existing value.
+ the function used to recompute a value if present.
If the specified key is not already associated with a value or is
associated with null, associates it with the given value.
- To be added.
+ the new value associated with the specified key, or null if none.
If the specified key is not already associated with a value or is
associated with null, associates it with the given value. Otherwise,
@@ -679,7 +679,7 @@
the value of the property.
Sets the key property to have the specified
value.
- To be added.
+ the previous value associated with key, or null if there was no mapping for key.
Sets the key property to have the specified
value.
@@ -735,7 +735,7 @@
- To be added.
+ the mappings to be stored in this provider.
Copies all of the mappings from the specified Map to this provider.
Copies all of the mappings from the specified Map to this provider.
@@ -786,12 +786,12 @@
- To be added.
- To be added.
+ the key with which the specified value is to be associated.
+ the value to be associated with the specified key.
If the specified key is not already associated with a value (or is mapped
to null) associates it with the given value and returns
null, else returns the current value.
- To be added.
+ the previous value associated with the specified key, or null if there was no mapping.
If the specified key is not already associated with a value (or is mapped
to null) associates it with the given value and returns
@@ -927,11 +927,11 @@
- To be added.
- To be added.
+ the key with which the specified value is to be associated.
+ the value to replace the existing value.
Replaces the entry for the specified key only if it is
currently mapped to some value.
- To be added.
+ the previous value associated with the specified key, or null if there was no mapping.
Replaces the entry for the specified key only if it is
currently mapped to some value.
@@ -985,12 +985,12 @@
- To be added.
- To be added.
- To be added.
+ the key with which the specified value is associated.
+ the value expected to be associated with the specified key.
+ the value to be associated with the specified key.
Replaces the entry for the specified key only if currently
mapped to the specified value.
- To be added.
+ true if the value was replaced.
Replaces the entry for the specified key only if currently
mapped to the specified value.
@@ -1042,7 +1042,7 @@
- To be added.
+ the function to apply to each entry.
Replaces each entry's value with the result of invoking the given
function on that entry, in the order entries are returned by an entry
set iterator, until all entries have been processed or the function