blob: 3e62a4855a5ed80d51cee690f34436040a2e4374 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="use: package: org.eclipse.collections.api.block.function.primitive, interface: DoubleToDoubleFunction">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-use">
<script type="text/javascript">var pathtoroot = "../../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction" class="title">Uses of Interface<br>org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api">org.eclipse.collections.api</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.primitive">org.eclipse.collections.api.map.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable.primitive">org.eclipse.collections.impl.map.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a> in <a href="../../../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../package-summary.html">org.eclipse.collections.api</a> with parameters of type <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>default &lt;R extends <a href="../../../../collection/primitive/MutableDoubleCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableDoubleCollection</a>&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleIterable.</span><code><span class="memberNameLink"><a href="../../../../DoubleIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction,R)">collectDouble</a></span>&#8203;(<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Returns the target <code>MutableDoubleCollection</code> with the results of applying the specified function on each element
of the source collection.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../../../../LazyDoubleIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">collectDouble</a></span>&#8203;(<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a> in <a href="../../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a> with parameters of type <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableDoubleDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableDoubleDoubleMap.html#getIfAbsentPutWithKey(double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">getIfAbsentPutWithKey</a></span>&#8203;(double&nbsp;key,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Retrieves the value associated with the key if one exists; if it does not,
associates the result of invoking the value function with the key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableByteDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableByteDoubleMap.html#updateValue(byte,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableCharDoubleMap.html#updateValue(char,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableDoubleDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableDoubleDoubleMap.html#updateValue(double,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableFloatDoubleMap.html#updateValue(float,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableIntDoubleMap.html#updateValue(int,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableLongDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableLongDoubleMap.html#updateValue(long,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableObjectDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableObjectDoubleMap.html#updateValue(K,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(<a href="../../../../map/primitive/MutableObjectDoubleMap.html" title="type parameter in MutableObjectDoubleMap">K</a>&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableShortDoubleMap.html#updateValue(short,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Updates or sets the value associated with the key by applying the function to the
existing value, if one exists, or to the specified initial value if one does not.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a> in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../LazyDoubleIterable.html" title="interface in org.eclipse.collections.api">LazyDoubleIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/AbstractLazyDoubleIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">collectDouble</a></span>&#8203;(<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/CollectDoubleToDoubleIterable.html#%3Cinit%3E(org.eclipse.collections.api.DoubleIterable,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">CollectDoubleToDoubleIterable</a></span>&#8203;(<a href="../../../../DoubleIterable.html" title="interface in org.eclipse.collections.api">DoubleIterable</a>&nbsp;iterable,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a> in <a href="../../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> with parameters of type <a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/DoubleDoubleHashMap.html#getIfAbsentPutWithKey(double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">getIfAbsentPutWithKey</a></span>&#8203;(double&nbsp;key,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedDoubleDoubleMap.html#getIfAbsentPutWithKey(double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">getIfAbsentPutWithKey</a></span>&#8203;(double&nbsp;key,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableDoubleDoubleMap.html#getIfAbsentPutWithKey(double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">getIfAbsentPutWithKey</a></span>&#8203;(double&nbsp;key,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ByteDoubleHashMap.html#updateValue(byte,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/CharDoubleHashMap.html#updateValue(char,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/DoubleDoubleHashMap.html#updateValue(double,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/FloatDoubleHashMap.html#updateValue(float,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/IntDoubleHashMap.html#updateValue(int,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/LongDoubleHashMap.html#updateValue(long,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectDoubleHashMap.html#updateValue(K,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/ObjectDoubleHashMap.html" title="type parameter in ObjectDoubleHashMap">K</a>&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#updateValue(K,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="type parameter in ObjectDoubleHashMapWithHashingStrategy">K</a>&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ShortDoubleHashMap.html#updateValue(short,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedByteDoubleMap.html#updateValue(byte,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedCharDoubleMap.html#updateValue(char,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedDoubleDoubleMap.html#updateValue(double,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatDoubleMap.html#updateValue(float,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntDoubleMap.html#updateValue(int,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedLongDoubleMap.html#updateValue(long,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectDoubleMap.html#updateValue(K,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectDoubleMap.html" title="type parameter in SynchronizedObjectDoubleMap">K</a>&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedShortDoubleMap.html#updateValue(short,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableByteDoubleMap.html#updateValue(byte,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableCharDoubleMap.html#updateValue(char,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableDoubleDoubleMap.html#updateValue(double,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatDoubleMap.html#updateValue(float,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntDoubleMap.html#updateValue(int,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableLongDoubleMap.html#updateValue(long,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectDoubleMap.html#updateValue(K,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectDoubleMap.html" title="type parameter in UnmodifiableObjectDoubleMap">K</a>&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortDoubleMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableShortDoubleMap.html#updateValue(short,double,org.eclipse.collections.api.block.function.primitive.DoubleToDoubleFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
double&nbsp;initialValueIfAbsent,
<a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToDoubleFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../DoubleToDoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>