blob: e20b616cb14c2b3c93d967de66a94e58eaa6251d [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.ByteFunction0 (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: ByteFunction0">
<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="../ByteFunction0.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.ByteFunction0" class="title">Uses of Interface<br>org.eclipse.collections.api.block.function.primitive.ByteFunction0</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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.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="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.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableByteByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableByteByteMap.html#getIfAbsentPut(byte,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(byte&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableCharByteMap.html#getIfAbsentPut(char,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(char&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableDoubleByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableDoubleByteMap.html#getIfAbsentPut(double,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(double&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableFloatByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableFloatByteMap.html#getIfAbsentPut(float,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(float&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableIntByteMap.html#getIfAbsentPut(int,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(int&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableLongByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableLongByteMap.html#getIfAbsentPut(long,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(long&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableObjectByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableObjectByteMap.html#getIfAbsentPut(K,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(<a href="../../../../map/primitive/MutableObjectByteMap.html" title="type parameter in MutableObjectByteMap">K</a>&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortByteMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableShortByteMap.html#getIfAbsentPut(short,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(short&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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,
invokes the supplier and associates the result with the key.</div>
</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="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ByteByteHashMap.html#getIfAbsentPut(byte,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(byte&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/CharByteHashMap.html#getIfAbsentPut(char,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(char&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/DoubleByteHashMap.html#getIfAbsentPut(double,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(double&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/FloatByteHashMap.html#getIfAbsentPut(float,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(float&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/IntByteHashMap.html#getIfAbsentPut(int,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(int&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/LongByteHashMap.html#getIfAbsentPut(long,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(long&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectByteHashMap.html#getIfAbsentPut(K,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/ObjectByteHashMap.html" title="type parameter in ObjectByteHashMap">K</a>&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#getIfAbsentPut(K,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="type parameter in ObjectByteHashMapWithHashingStrategy">K</a>&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortByteHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ShortByteHashMap.html#getIfAbsentPut(short,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(short&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedByteByteMap.html#getIfAbsentPut(byte,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(byte&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedCharByteMap.html#getIfAbsentPut(char,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(char&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedDoubleByteMap.html#getIfAbsentPut(double,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(double&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatByteMap.html#getIfAbsentPut(float,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(float&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntByteMap.html#getIfAbsentPut(int,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(int&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedLongByteMap.html#getIfAbsentPut(long,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(long&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectByteMap.html#getIfAbsentPut(K,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectByteMap.html" title="type parameter in SynchronizedObjectByteMap">K</a>&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedShortByteMap.html#getIfAbsentPut(short,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(short&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableByteByteMap.html#getIfAbsentPut(byte,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(byte&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableCharByteMap.html#getIfAbsentPut(char,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(char&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableDoubleByteMap.html#getIfAbsentPut(double,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(double&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatByteMap.html#getIfAbsentPut(float,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(float&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntByteMap.html#getIfAbsentPut(int,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(int&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableLongByteMap.html#getIfAbsentPut(long,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(long&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectByteMap.html#getIfAbsentPut(K,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(<a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectByteMap.html" title="type parameter in UnmodifiableObjectByteMap">K</a>&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>byte</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortByteMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableShortByteMap.html#getIfAbsentPut(short,org.eclipse.collections.api.block.function.primitive.ByteFunction0)">getIfAbsentPut</a></span>&#8203;(short&nbsp;key,
<a href="../ByteFunction0.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction0</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="../ByteFunction0.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>