blob: 2316d2bae21d889d61d228756f8c5e8983c9250f [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Sat Aug 08 22:45:01 CDT 2020 -->
<title>org.eclipse.collections.impl.factory.primitive (Eclipse Collections - 10.3.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-08">
<meta name="description" content="declaration: package: org.eclipse.collections.impl.factory.primitive">
<meta name="generator" content="javadoc/PackageWriterImpl">
<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="package-declaration">
<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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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="Package" class="title">Package&nbsp;org.eclipse.collections.impl.factory.primitive</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains static utilities for creating immutable primitive collection factories.</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanBags.html" title="class in org.eclipse.collections.impl.factory.primitive">BooleanBags</a></th>
<td class="colLast">
<div class="block">BooleanBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableBooleanBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableBooleanBagFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanLists.html" title="class in org.eclipse.collections.impl.factory.primitive">BooleanLists</a></th>
<td class="colLast">
<div class="block">BooleanLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableBooleanListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableBooleanListFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanSets.html" title="class in org.eclipse.collections.impl.factory.primitive">BooleanSets</a></th>
<td class="colLast">
<div class="block">BooleanSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableBooleanSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableBooleanSetFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BooleanStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">BooleanStacks</a></th>
<td class="colLast">
<div class="block">BooleanStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableBooleanStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableBooleanStackFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteBags.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteBags</a></th>
<td class="colLast">
<div class="block">ByteBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableByteBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableByteBagFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteBooleanMaps</a></th>
<td class="colLast">
<div class="block">ByteBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteByteMaps</a></th>
<td class="colLast">
<div class="block">ByteByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteCharMaps</a></th>
<td class="colLast">
<div class="block">ByteCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteDoubleMaps</a></th>
<td class="colLast">
<div class="block">ByteDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteFloatMaps</a></th>
<td class="colLast">
<div class="block">ByteFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteIntMaps</a></th>
<td class="colLast">
<div class="block">ByteIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteLists.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteLists</a></th>
<td class="colLast">
<div class="block">ByteLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableByteListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableByteListFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteLongMaps</a></th>
<td class="colLast">
<div class="block">ByteLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteObjectMaps</a></th>
<td class="colLast">
<div class="block">ByteObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteSets.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteSets</a></th>
<td class="colLast">
<div class="block">ByteSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableByteSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableByteSetFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteShortMaps</a></th>
<td class="colLast">
<div class="block">ByteShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableByteShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableByteShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ByteStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">ByteStacks</a></th>
<td class="colLast">
<div class="block">ByteStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableByteStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableByteStackFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharBags.html" title="class in org.eclipse.collections.impl.factory.primitive">CharBags</a></th>
<td class="colLast">
<div class="block">CharBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableCharBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableCharBagFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharBooleanMaps</a></th>
<td class="colLast">
<div class="block">CharBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharByteMaps</a></th>
<td class="colLast">
<div class="block">CharByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharCharMaps</a></th>
<td class="colLast">
<div class="block">CharCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharDoubleMaps</a></th>
<td class="colLast">
<div class="block">CharDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharFloatMaps</a></th>
<td class="colLast">
<div class="block">CharFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharIntMaps</a></th>
<td class="colLast">
<div class="block">CharIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharLists.html" title="class in org.eclipse.collections.impl.factory.primitive">CharLists</a></th>
<td class="colLast">
<div class="block">CharLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableCharListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableCharListFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharLongMaps</a></th>
<td class="colLast">
<div class="block">CharLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharObjectMaps</a></th>
<td class="colLast">
<div class="block">CharObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharSets.html" title="class in org.eclipse.collections.impl.factory.primitive">CharSets</a></th>
<td class="colLast">
<div class="block">CharSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableCharSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableCharSetFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">CharShortMaps</a></th>
<td class="colLast">
<div class="block">CharShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableCharShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableCharShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CharStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">CharStacks</a></th>
<td class="colLast">
<div class="block">CharStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableCharStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableCharStackFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleBags.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleBags</a></th>
<td class="colLast">
<div class="block">DoubleBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableDoubleBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableDoubleBagFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleBooleanMaps</a></th>
<td class="colLast">
<div class="block">DoubleBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleByteMaps</a></th>
<td class="colLast">
<div class="block">DoubleByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleCharMaps</a></th>
<td class="colLast">
<div class="block">DoubleCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleDoubleMaps</a></th>
<td class="colLast">
<div class="block">DoubleDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleFloatMaps</a></th>
<td class="colLast">
<div class="block">DoubleFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleIntMaps</a></th>
<td class="colLast">
<div class="block">DoubleIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleLists.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleLists</a></th>
<td class="colLast">
<div class="block">DoubleLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableDoubleListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableDoubleListFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleLongMaps</a></th>
<td class="colLast">
<div class="block">DoubleLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleObjectMaps</a></th>
<td class="colLast">
<div class="block">DoubleObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleSets.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleSets</a></th>
<td class="colLast">
<div class="block">DoubleSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableDoubleSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableDoubleSetFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleShortMaps</a></th>
<td class="colLast">
<div class="block">DoubleShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableDoubleShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableDoubleShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoubleStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">DoubleStacks</a></th>
<td class="colLast">
<div class="block">DoubleStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableDoubleStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableDoubleStackFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatBags.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatBags</a></th>
<td class="colLast">
<div class="block">FloatBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableFloatBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableFloatBagFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatBooleanMaps</a></th>
<td class="colLast">
<div class="block">FloatBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatByteMaps</a></th>
<td class="colLast">
<div class="block">FloatByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatCharMaps</a></th>
<td class="colLast">
<div class="block">FloatCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatDoubleMaps</a></th>
<td class="colLast">
<div class="block">FloatDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatFloatMaps</a></th>
<td class="colLast">
<div class="block">FloatFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatIntMaps</a></th>
<td class="colLast">
<div class="block">FloatIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatLists.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatLists</a></th>
<td class="colLast">
<div class="block">FloatLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableFloatListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableFloatListFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatLongMaps</a></th>
<td class="colLast">
<div class="block">FloatLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatObjectMaps</a></th>
<td class="colLast">
<div class="block">FloatObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatSets.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatSets</a></th>
<td class="colLast">
<div class="block">FloatSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableFloatSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableFloatSetFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatShortMaps</a></th>
<td class="colLast">
<div class="block">FloatShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableFloatShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableFloatShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FloatStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">FloatStacks</a></th>
<td class="colLast">
<div class="block">FloatStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableFloatStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableFloatStackFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntBags.html" title="class in org.eclipse.collections.impl.factory.primitive">IntBags</a></th>
<td class="colLast">
<div class="block">IntBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableIntBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableIntBagFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntBooleanMaps</a></th>
<td class="colLast">
<div class="block">IntBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntByteMaps</a></th>
<td class="colLast">
<div class="block">IntByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntCharMaps</a></th>
<td class="colLast">
<div class="block">IntCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntDoubleMaps</a></th>
<td class="colLast">
<div class="block">IntDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntFloatMaps</a></th>
<td class="colLast">
<div class="block">IntFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntIntMaps</a></th>
<td class="colLast">
<div class="block">IntIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntLists.html" title="class in org.eclipse.collections.impl.factory.primitive">IntLists</a></th>
<td class="colLast">
<div class="block">IntLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableIntListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableIntListFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntLongMaps</a></th>
<td class="colLast">
<div class="block">IntLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntObjectMaps</a></th>
<td class="colLast">
<div class="block">IntObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntSets.html" title="class in org.eclipse.collections.impl.factory.primitive">IntSets</a></th>
<td class="colLast">
<div class="block">IntSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableIntSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableIntSetFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">IntShortMaps</a></th>
<td class="colLast">
<div class="block">IntShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableIntShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableIntShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="IntStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">IntStacks</a></th>
<td class="colLast">
<div class="block">IntStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableIntStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableIntStackFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongBags.html" title="class in org.eclipse.collections.impl.factory.primitive">LongBags</a></th>
<td class="colLast">
<div class="block">LongBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableLongBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableLongBagFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongBooleanMaps</a></th>
<td class="colLast">
<div class="block">LongBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongByteMaps</a></th>
<td class="colLast">
<div class="block">LongByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongCharMaps</a></th>
<td class="colLast">
<div class="block">LongCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongDoubleMaps</a></th>
<td class="colLast">
<div class="block">LongDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongFloatMaps</a></th>
<td class="colLast">
<div class="block">LongFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongIntMaps</a></th>
<td class="colLast">
<div class="block">LongIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongLists.html" title="class in org.eclipse.collections.impl.factory.primitive">LongLists</a></th>
<td class="colLast">
<div class="block">LongLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableLongListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableLongListFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongLongMaps</a></th>
<td class="colLast">
<div class="block">LongLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongObjectMaps</a></th>
<td class="colLast">
<div class="block">LongObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongSets.html" title="class in org.eclipse.collections.impl.factory.primitive">LongSets</a></th>
<td class="colLast">
<div class="block">LongSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableLongSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableLongSetFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">LongShortMaps</a></th>
<td class="colLast">
<div class="block">LongShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableLongShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableLongShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LongStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">LongStacks</a></th>
<td class="colLast">
<div class="block">LongStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableLongStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableLongStackFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectBooleanMaps</a></th>
<td class="colLast">
<div class="block">BooleanObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectByteMaps</a></th>
<td class="colLast">
<div class="block">ByteObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectCharMaps</a></th>
<td class="colLast">
<div class="block">CharObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectDoubleMaps</a></th>
<td class="colLast">
<div class="block">DoubleObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectFloatMaps</a></th>
<td class="colLast">
<div class="block">FloatObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectIntMaps</a></th>
<td class="colLast">
<div class="block">IntObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ObjectLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectLongMaps</a></th>
<td class="colLast">
<div class="block">LongObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ObjectShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ObjectShortMaps</a></th>
<td class="colLast">
<div class="block">ShortObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableObjectShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableObjectShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortBags.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortBags</a></th>
<td class="colLast">
<div class="block">ShortBags is a static utility for creating <a href="../../../api/factory/bag/primitive/ImmutableShortBagFactory.html" title="interface in org.eclipse.collections.api.factory.bag.primitive"><code>ImmutableShortBagFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortBooleanMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortBooleanMaps</a></th>
<td class="colLast">
<div class="block">ShortBooleanMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortBooleanMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortBooleanMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortByteMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortByteMaps</a></th>
<td class="colLast">
<div class="block">ShortByteMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortByteMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortByteMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortCharMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortCharMaps</a></th>
<td class="colLast">
<div class="block">ShortCharMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortCharMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortCharMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortDoubleMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortDoubleMaps</a></th>
<td class="colLast">
<div class="block">ShortDoubleMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortDoubleMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortDoubleMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortFloatMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortFloatMaps</a></th>
<td class="colLast">
<div class="block">ShortFloatMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortFloatMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortFloatMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortIntMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortIntMaps</a></th>
<td class="colLast">
<div class="block">ShortIntMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortIntMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortIntMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortLists.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortLists</a></th>
<td class="colLast">
<div class="block">ShortLists is a static utility for creating <a href="../../../api/factory/list/primitive/ImmutableShortListFactory.html" title="interface in org.eclipse.collections.api.factory.list.primitive"><code>ImmutableShortListFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortLongMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortLongMaps</a></th>
<td class="colLast">
<div class="block">ShortLongMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortLongMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortLongMapFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortObjectMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortObjectMaps</a></th>
<td class="colLast">
<div class="block">ShortObjectMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortObjectMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortObjectMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortSets.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortSets</a></th>
<td class="colLast">
<div class="block">ShortSets is a static utility for creating <a href="../../../api/factory/set/primitive/ImmutableShortSetFactory.html" title="interface in org.eclipse.collections.api.factory.set.primitive"><code>ImmutableShortSetFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortShortMaps.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortShortMaps</a></th>
<td class="colLast">
<div class="block">ShortShortMaps is a static utility for creating <a href="../../../api/factory/map/primitive/ImmutableShortShortMapFactory.html" title="interface in org.eclipse.collections.api.factory.map.primitive"><code>ImmutableShortShortMapFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ShortStacks.html" title="class in org.eclipse.collections.impl.factory.primitive">ShortStacks</a></th>
<td class="colLast">
<div class="block">ShortStacks is a static utility for creating <a href="../../../api/factory/stack/primitive/ImmutableShortStackFactory.html" title="interface in org.eclipse.collections.api.factory.stack.primitive"><code>ImmutableShortStackFactory</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</div>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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>