blob: fdd1cba8bdfee48c90018626ec6d7875a2e716c1 [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 Package org.eclipse.collections.api.collection.primitive (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.collection.primitive">
<meta name="generator" content="javadoc/PackageUseWriter">
<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-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>Class</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 Package org.eclipse.collections.api.collection.primitive" class="title">Uses of Package<br>org.eclipse.collections.api.collection.primitive</h1>
</div>
<div class="contentContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</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.bag.primitive">org.eclipse.collections.api.bag.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for Primitive Bags with Mutable and Immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.collection">org.eclipse.collections.api.collection</a></th>
<td class="colLast">
<div class="block">This package contains <a href="../FixedSizeCollection.html" title="interface in org.eclipse.collections.api.collection"><code>FixedSizeCollection</code></a>, <a href="../ImmutableCollection.html" title="interface in org.eclipse.collections.api.collection"><code>ImmutableCollection</code></a> and <a href="../MutableCollection.html" title="interface in org.eclipse.collections.api.collection"><code>MutableCollection</code></a> API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.collection.primitive">org.eclipse.collections.api.collection.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive collection API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list.primitive">org.eclipse.collections.api.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive list 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.api.set.primitive">org.eclipse.collections.api.set.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for mutable and immutable primitive sets.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl">org.eclipse.collections.impl</a></th>
<td class="colLast">
<div class="block">This package contains implementations for Eclipse Collections API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag">org.eclipse.collections.impl.bag</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable.primitive">org.eclipse.collections.impl.bag.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive bag interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bimap">org.eclipse.collections.impl.bimap</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bimap.mutable">org.eclipse.collections.impl.bimap.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../bimap/MutableBiMap.html" title="interface in org.eclipse.collections.api.bimap"><code>MutableBiMap</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.block.procedure.primitive">org.eclipse.collections.impl.block.procedure.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of primitive procedures.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection">org.eclipse.collections.impl.collection</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable">org.eclipse.collections.impl.collection.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../MutableCollection.html" title="interface in org.eclipse.collections.api.collection"><code>MutableCollection</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive collection interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collector">org.eclipse.collections.impl.collector</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable">org.eclipse.collections.impl.list.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list"><code>MutableList</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable.primitive">org.eclipse.collections.impl.list.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive list interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.primitive">org.eclipse.collections.impl.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the primitive list interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable">org.eclipse.collections.impl.map.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map"><code>MutableMap</code></a> interface.</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>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.ordered.mutable">org.eclipse.collections.impl.map.ordered.mutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.sorted.mutable">org.eclipse.collections.impl.map.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../map/sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted"><code>MutableSortedMap</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.immutable.primitive">org.eclipse.collections.impl.set.immutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the immutable primitive set interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable.primitive">org.eclipse.collections.impl.set.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive set interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.mutable">org.eclipse.collections.impl.stack.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack"><code>MutableStack</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.string.immutable">org.eclipse.collections.impl.string.immutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility">org.eclipse.collections.impl.utility</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal">org.eclipse.collections.impl.utility.internal</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal.primitive">org.eclipse.collections.impl.utility.internal.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<section class="packageUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../package-summary.html">org.eclipse.collections.api</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.api">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../bag/primitive/package-summary.html">org.eclipse.collections.api.bag.primitive</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.api.bag.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.api.bag.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api.bag.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api.bag.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api.bag.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api.bag.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api.bag.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api.bag.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api.bag.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.collection">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../package-summary.html">org.eclipse.collections.api.collection</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.api.collection">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.api.collection">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.api.collection">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.api.collection">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.api.collection">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.api.collection">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.api.collection">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.api.collection">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.api.collection">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api.collection">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api.collection">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api.collection">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api.collection">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api.collection">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api.collection">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api.collection">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.collection.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.api.collection.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api.collection.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api.collection.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api.collection.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api.collection.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api.collection.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api.collection.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.list.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../list/primitive/package-summary.html">org.eclipse.collections.api.list.primitive</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.api.list.primitive">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.api.list.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.api.list.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.api.list.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.api.list.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.api.list.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.api.list.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.api.list.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.api.list.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api.list.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api.list.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api.list.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api.list.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api.list.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api.list.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api.list.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.api.map.primitive">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.api.map.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.api.map.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.api.map.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.api.map.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.api.map.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.api.map.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.api.map.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.api.map.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api.map.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api.map.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api.map.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api.map.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api.map.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api.map.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api.map.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../set/primitive/package-summary.html">org.eclipse.collections.api.set.primitive</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.api.set.primitive">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.api.set.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.api.set.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.api.set.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.api.set.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.api.set.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.api.set.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.api.set.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.api.set.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.api.set.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.api.set.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.api.set.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.api.set.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.api.set.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.api.set.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.api.set.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/package-summary.html">org.eclipse.collections.impl</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/bag/package-summary.html">org.eclipse.collections.impl.bag</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.bag">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.bag">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.bag">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.bag">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.bag">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.bag">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.bag">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.bag">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bimap">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/bimap/package-summary.html">org.eclipse.collections.impl.bimap</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.bimap">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.bimap">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.bimap">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.bimap">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.bimap">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.bimap">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.bimap">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.bimap">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bimap.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/bimap/mutable/package-summary.html">org.eclipse.collections.impl.bimap.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.bimap.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.block.procedure.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/block/procedure/primitive/package-summary.html">org.eclipse.collections.impl.block.procedure.primitive</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.block.procedure.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collection">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/collection/package-summary.html">org.eclipse.collections.impl.collection</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.collection">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.collection">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.collection">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.collection">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.collection">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.collection">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.collection">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.collection">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collection.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/collection/mutable/package-summary.html">org.eclipse.collections.impl.collection.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.collection.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.collection.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.collection.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.collection.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.collection.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.collection.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.collection.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.collection.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collection.mutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a></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="class-use/ImmutableBooleanCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collector">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/collector/package-summary.html">org.eclipse.collections.impl.collector</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.collector">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.collector">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.collector">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.collector">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.collector">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.collector">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.collector">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.collector">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.list.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.list.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.list.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.list.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.list.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.list.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.list.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.list.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.mutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.list.mutable.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/list/primitive/package-summary.html">org.eclipse.collections.impl.list.primitive</a></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="class-use/ImmutableIntCollection.html#org.eclipse.collections.impl.list.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.impl.list.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/map/mutable/package-summary.html">org.eclipse.collections.impl.map.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.map.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.map.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.map.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.map.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.map.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.map.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.map.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.map.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.map.mutable.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.ordered.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.map.ordered.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.sorted.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.map.sorted.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.immutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/set/immutable/primitive/package-summary.html">org.eclipse.collections.impl.set.immutable.primitive</a></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="class-use/ImmutableByteCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortCollection.html#org.eclipse.collections.impl.set.immutable.primitive">ImmutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.mutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.set.mutable.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/stack/mutable/package-summary.html">org.eclipse.collections.impl.stack.mutable</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.stack.mutable">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.stack.mutable">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.stack.mutable">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.stack.mutable">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.stack.mutable">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.stack.mutable">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.stack.mutable">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.stack.mutable">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.string.immutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a></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="class-use/ImmutableCharCollection.html#org.eclipse.collections.impl.string.immutable">ImmutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntCollection.html#org.eclipse.collections.impl.string.immutable">ImmutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.utility">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.utility">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.utility">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.utility">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.utility">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.utility">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.utility">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.utility">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.internal">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.utility.internal">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.utility.internal">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.utility.internal">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.utility.internal">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.utility.internal">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.utility.internal">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.utility.internal">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.utility.internal">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.internal.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.collection.primitive</a> used by <a href="../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a></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="class-use/MutableBooleanCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableBooleanCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableByteCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableCharCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableDoubleCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableFloatCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableIntCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableLongCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortCollection.html#org.eclipse.collections.impl.utility.internal.primitive">MutableShortCollection</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveCollection.stg.</div>
</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>Class</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>