blob: 18aa2181af793d663cc6b5add8645446cfb9a958 [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.ShortToShortFunction (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: ShortToShortFunction">
<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="../ShortToShortFunction.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.ShortToShortFunction" class="title">Uses of Interface<br>org.eclipse.collections.api.block.function.primitive.ShortToShortFunction</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../../../../LazyShortIterable.html" title="interface in org.eclipse.collections.api">LazyShortIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyShortIterable.</span><code><span class="memberNameLink"><a href="../../../../LazyShortIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">collectShort</a></span>&#8203;(<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;R extends <a href="../../../../collection/primitive/MutableShortCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableShortCollection</a>&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortIterable.</span><code><span class="memberNameLink"><a href="../../../../ShortIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortToShortFunction,R)">collectShort</a></span>&#8203;(<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Returns the target <code>MutableShortCollection</code> with the results of applying the specified function on each element
of the source collection.</div>
</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableShortShortMap.html#getIfAbsentPutWithKey(short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">getIfAbsentPutWithKey</a></span>&#8203;(short&nbsp;key,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableByteShortMap.html#updateValue(byte,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableCharShortMap.html#updateValue(char,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableDoubleShortMap.html#updateValue(double,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableFloatShortMap.html#updateValue(float,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableIntShortMap.html#updateValue(int,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableLongShortMap.html#updateValue(long,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableObjectShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableObjectShortMap.html#updateValue(K,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(<a href="../../../../map/primitive/MutableObjectShortMap.html" title="type parameter in MutableObjectShortMap">K</a>&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableShortShortMap.html#updateValue(short,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../../../../LazyShortIterable.html" title="interface in org.eclipse.collections.api">LazyShortIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyShortIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/AbstractLazyShortIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">collectShort</a></span>&#8203;(<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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/CollectShortToShortIterable.html#%3Cinit%3E(org.eclipse.collections.api.ShortIterable,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">CollectShortToShortIterable</a></span>&#8203;(<a href="../../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;iterable,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ShortShortHashMap.html#getIfAbsentPutWithKey(short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">getIfAbsentPutWithKey</a></span>&#8203;(short&nbsp;key,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedShortShortMap.html#getIfAbsentPutWithKey(short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">getIfAbsentPutWithKey</a></span>&#8203;(short&nbsp;key,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableShortShortMap.html#getIfAbsentPutWithKey(short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">getIfAbsentPutWithKey</a></span>&#8203;(short&nbsp;key,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ByteShortHashMap.html#updateValue(byte,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/CharShortHashMap.html#updateValue(char,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/DoubleShortHashMap.html#updateValue(double,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/FloatShortHashMap.html#updateValue(float,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/IntShortHashMap.html#updateValue(int,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/LongShortHashMap.html#updateValue(long,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectShortHashMap.html#updateValue(K,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/ObjectShortHashMap.html" title="type parameter in ObjectShortHashMap">K</a>&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#updateValue(K,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="type parameter in ObjectShortHashMapWithHashingStrategy">K</a>&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ShortShortHashMap.html#updateValue(short,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedByteShortMap.html#updateValue(byte,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedCharShortMap.html#updateValue(char,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedDoubleShortMap.html#updateValue(double,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatShortMap.html#updateValue(float,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntShortMap.html#updateValue(int,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedLongShortMap.html#updateValue(long,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectShortMap.html#updateValue(K,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectShortMap.html" title="type parameter in SynchronizedObjectShortMap">K</a>&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedShortShortMap.html#updateValue(short,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableByteShortMap.html#updateValue(byte,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(byte&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableCharShortMap.html#updateValue(char,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(char&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableDoubleShortMap.html#updateValue(double,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(double&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatShortMap.html#updateValue(float,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(float&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntShortMap.html#updateValue(int,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(int&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableLongShortMap.html#updateValue(long,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(long&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectShortMap.html#updateValue(K,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectShortMap.html" title="type parameter in UnmodifiableObjectShortMap">K</a>&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>short</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableShortShortMap.html#updateValue(short,short,org.eclipse.collections.api.block.function.primitive.ShortToShortFunction)">updateValue</a></span>&#8203;(short&nbsp;key,
short&nbsp;initialValueIfAbsent,
<a href="../ShortToShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToShortFunction</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="../ShortToShortFunction.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>