Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions docs/xml/Java.Security/Provider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@
<Parameter Name="remappingFunction" Type="Java.Util.Functions.IBiFunction" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="remappingFunction">To be added.</param>
<param name="key">the key with which the computed value is to be associated.</param>
<param name="remappingFunction">the function used to compute a value.</param>
<summary>Attempts to compute a mapping for the specified key and its
current mapped value (or <c>null</c> if there is no current
mapping).</summary>
<returns>To be added.</returns>
<returns>the new value associated with the specified key, or <c>null</c> if none.</returns>
<remarks>
<para>Attempts to compute a mapping for the specified key and its
current mapped value (or <c>null</c> if there is no current
Expand Down Expand Up @@ -239,13 +239,13 @@
<Parameter Name="mappingFunction" Type="Java.Util.Functions.IFunction" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="mappingFunction">To be added.</param>
<param name="key">the key with which the computed value is to be associated.</param>
<param name="mappingFunction">the function used to compute a value.</param>
<summary>If the specified key is not already associated with a value (or
is mapped to <c>null</c>), attempts to compute its value using
the given mapping function and enters it into this map unless
<c>null</c>.</summary>
<returns>To be added.</returns>
<returns>the current or computed value associated with the specified key, or <c>null</c> if the computed value is <c>null</c>.</returns>
<remarks>
<para>If the specified key is not already associated with a value (or
is mapped to <c>null</c>), attempts to compute its value using
Expand Down Expand Up @@ -301,11 +301,11 @@
<Parameter Name="remappingFunction" Type="Java.Util.Functions.IBiFunction" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="remappingFunction">To be added.</param>
<param name="key">the key with which the computed value is to be associated.</param>
<param name="remappingFunction">the function used to compute a value.</param>
<summary>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.</summary>
<returns>To be added.</returns>
<returns>the new value associated with the specified key, or <c>null</c> if none.</returns>
<remarks>
<para>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.</para>
Expand Down Expand Up @@ -579,12 +579,12 @@
<Parameter Name="remappingFunction" Type="Java.Util.Functions.IBiFunction" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="value">To be added.</param>
<param name="remappingFunction">To be added.</param>
<param name="key">the key with which the resulting value is to be associated.</param>
<param name="value">the non-null value to be merged with the existing value.</param>
<param name="remappingFunction">the function used to recompute a value if present.</param>
<summary>If the specified key is not already associated with a value or is
associated with null, associates it with the given value.</summary>
<returns>To be added.</returns>
<returns>the new value associated with the specified key, or <c>null</c> if none.</returns>
<remarks>
<para>If the specified key is not already associated with a value or is
associated with null, associates it with the given value. Otherwise,
Expand Down Expand Up @@ -679,7 +679,7 @@
<param name="value">the value of the property.</param>
<summary>Sets the <c>key</c> property to have the specified
<c>value</c>.</summary>
<returns>To be added.</returns>
<returns>the previous value associated with <c>key</c>, or <c>null</c> if there was no mapping for <c>key</c>.</returns>
<remarks>
<para>Sets the <c>key</c> property to have the specified
<c>value</c>.</para>
Expand Down Expand Up @@ -735,7 +735,7 @@
</Parameter>
</Parameters>
<Docs>
<param name="t">To be added.</param>
<param name="t">the mappings to be stored in this provider.</param>
<summary>Copies all of the mappings from the specified Map to this provider.</summary>
<remarks>
<para>Copies all of the mappings from the specified Map to this provider.
Expand Down Expand Up @@ -786,12 +786,12 @@
<Parameter Name="value" Type="Java.Lang.Object" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="value">To be added.</param>
<param name="key">the key with which the specified value is to be associated.</param>
<param name="value">the value to be associated with the specified key.</param>
<summary>If the specified key is not already associated with a value (or is mapped
to <c>null</c>) associates it with the given value and returns
<c>null</c>, else returns the current value.</summary>
<returns>To be added.</returns>
<returns>the previous value associated with the specified key, or <c>null</c> if there was no mapping.</returns>
<remarks>
<para>If the specified key is not already associated with a value (or is mapped
to <c>null</c>) associates it with the given value and returns
Expand Down Expand Up @@ -927,11 +927,11 @@
<Parameter Name="value" Type="Java.Lang.Object" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="value">To be added.</param>
<param name="key">the key with which the specified value is to be associated.</param>
<param name="value">the value to replace the existing value.</param>
<summary>Replaces the entry for the specified key only if it is
currently mapped to some value.</summary>
<returns>To be added.</returns>
<returns>the previous value associated with the specified key, or <c>null</c> if there was no mapping.</returns>
<remarks>
<para>Replaces the entry for the specified key only if it is
currently mapped to some value.</para>
Expand Down Expand Up @@ -985,12 +985,12 @@
<Parameter Name="newValue" Type="Java.Lang.Object" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="oldValue">To be added.</param>
<param name="newValue">To be added.</param>
<param name="key">the key with which the specified value is associated.</param>
<param name="oldValue">the value expected to be associated with the specified key.</param>
<param name="newValue">the value to be associated with the specified key.</param>
<summary>Replaces the entry for the specified key only if currently
mapped to the specified value.</summary>
<returns>To be added.</returns>
<returns><c>true</c> if the value was replaced.</returns>
<remarks>
<para>Replaces the entry for the specified key only if currently
mapped to the specified value.</para>
Expand Down Expand Up @@ -1042,7 +1042,7 @@
<Parameter Name="function" Type="Java.Util.Functions.IBiFunction" />
</Parameters>
<Docs>
<param name="function">To be added.</param>
<param name="function">the function to apply to each entry.</param>
<summary>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
Expand Down