blob: 2f2714530b559ce29213f32490fdf968568ee841 [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.bag.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.bag.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.bag.primitive" class="title">Uses of Package<br>org.eclipse.collections.api.bag.primitive</h1>
</div>
<div class="contentContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="package-summary.html">org.eclipse.collections.api.bag.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">org.eclipse.collections.api.bag</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Bag API.</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.factory.bag.primitive">org.eclipse.collections.api.factory.bag.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map">org.eclipse.collections.api.map</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for map API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Map</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.primitive">org.eclipse.collections.api.map.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.immutable">org.eclipse.collections.impl.bag.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../ImmutableBag.html" title="interface in org.eclipse.collections.api.bag"><code>ImmutableBag</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.immutable.primitive">org.eclipse.collections.impl.bag.immutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the immutable primitive bag interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable">org.eclipse.collections.impl.bag.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../MutableBag.html" title="interface in org.eclipse.collections.api.bag"><code>MutableBag</code></a> interface.</div>
</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.immutable">org.eclipse.collections.impl.bimap.immutable</a></th>
<td class="colLast">&nbsp;</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.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.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="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.immutable">org.eclipse.collections.impl.map.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMap</code></a> interface.</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.primitive">org.eclipse.collections.impl.primitive</a></th>
<td class="colLast">&nbsp;</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.primitive">org.eclipse.collections.impl.stack.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive stack interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.primitive">org.eclipse.collections.impl.stack.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stream">org.eclipse.collections.impl.stream</a></th>
<td class="colLast">&nbsp;</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>
</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.bag.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/MutableBooleanBag.html#org.eclipse.collections.api">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.api">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.api">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.api">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.api">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.api">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.api">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.api">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../package-summary.html">org.eclipse.collections.api.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/BooleanBag.html#org.eclipse.collections.api.bag">BooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ByteBag.html#org.eclipse.collections.api.bag">ByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/CharBag.html#org.eclipse.collections.api.bag">CharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/DoubleBag.html#org.eclipse.collections.api.bag">DoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/FloatBag.html#org.eclipse.collections.api.bag">FloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableBooleanBag.html#org.eclipse.collections.api.bag">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.api.bag">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.api.bag">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.api.bag">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.api.bag">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.api.bag">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.api.bag">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.api.bag">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/IntBag.html#org.eclipse.collections.api.bag">IntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LongBag.html#org.eclipse.collections.api.bag">LongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanBag.html#org.eclipse.collections.api.bag">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.api.bag">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.api.bag">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.api.bag">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.api.bag">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.api.bag">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.api.bag">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.api.bag">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ShortBag.html#org.eclipse.collections.api.bag">ShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.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.bag.primitive</a> used by <a href="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/BooleanBag.html#org.eclipse.collections.api.bag.primitive">BooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ByteBag.html#org.eclipse.collections.api.bag.primitive">ByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/CharBag.html#org.eclipse.collections.api.bag.primitive">CharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/DoubleBag.html#org.eclipse.collections.api.bag.primitive">DoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/FloatBag.html#org.eclipse.collections.api.bag.primitive">FloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableBooleanBag.html#org.eclipse.collections.api.bag.primitive">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.api.bag.primitive">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.api.bag.primitive">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.api.bag.primitive">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.api.bag.primitive">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.api.bag.primitive">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.api.bag.primitive">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.api.bag.primitive">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/IntBag.html#org.eclipse.collections.api.bag.primitive">IntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LongBag.html#org.eclipse.collections.api.bag.primitive">LongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanBag.html#org.eclipse.collections.api.bag.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.api.bag.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.api.bag.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.api.bag.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.api.bag.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.api.bag.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.api.bag.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.api.bag.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ShortBag.html#org.eclipse.collections.api.bag.primitive">ShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.factory.bag.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../factory/bag/primitive/package-summary.html">org.eclipse.collections.api.factory.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/ImmutableBooleanBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.api.factory.bag.primitive">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.api.factory.bag.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../map/package-summary.html">org.eclipse.collections.api.map</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/BooleanBag.html#org.eclipse.collections.api.map">BooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ByteBag.html#org.eclipse.collections.api.map">ByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/CharBag.html#org.eclipse.collections.api.map">CharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/DoubleBag.html#org.eclipse.collections.api.map">DoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/FloatBag.html#org.eclipse.collections.api.map">FloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableBooleanBag.html#org.eclipse.collections.api.map">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.api.map">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.api.map">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.api.map">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.api.map">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.api.map">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.api.map">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.api.map">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/IntBag.html#org.eclipse.collections.api.map">IntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LongBag.html#org.eclipse.collections.api.map">LongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanBag.html#org.eclipse.collections.api.map">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.api.map">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.api.map">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.api.map">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.api.map">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.api.map">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.api.map">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.api.map">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ShortBag.html#org.eclipse.collections.api.map">ShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.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.bag.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/BooleanBag.html#org.eclipse.collections.api.map.primitive">BooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ByteBag.html#org.eclipse.collections.api.map.primitive">ByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/CharBag.html#org.eclipse.collections.api.map.primitive">CharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/DoubleBag.html#org.eclipse.collections.api.map.primitive">DoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/FloatBag.html#org.eclipse.collections.api.map.primitive">FloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableBooleanBag.html#org.eclipse.collections.api.map.primitive">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.api.map.primitive">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.api.map.primitive">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.api.map.primitive">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.api.map.primitive">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.api.map.primitive">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.api.map.primitive">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.api.map.primitive">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/IntBag.html#org.eclipse.collections.api.map.primitive">IntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LongBag.html#org.eclipse.collections.api.map.primitive">LongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanBag.html#org.eclipse.collections.api.map.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.api.map.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.api.map.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.api.map.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.api.map.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.api.map.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.api.map.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.api.map.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ShortBag.html#org.eclipse.collections.api.map.primitive">ShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.immutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/bag/immutable/package-summary.html">org.eclipse.collections.impl.bag.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/ImmutableBooleanBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.impl.bag.immutable">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.immutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/bag/immutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.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/ImmutableBooleanBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.impl.bag.immutable.primitive">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/bag/mutable/package-summary.html">org.eclipse.collections.impl.bag.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/MutableBooleanBag.html#org.eclipse.collections.impl.bag.mutable">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.bag.mutable">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.bag.mutable">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.bag.mutable">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.bag.mutable">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.bag.mutable">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.bag.mutable">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.bag.mutable">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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.bag.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/BooleanBag.html#org.eclipse.collections.impl.bag.mutable.primitive">BooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ByteBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/CharBag.html#org.eclipse.collections.impl.bag.mutable.primitive">CharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/DoubleBag.html#org.eclipse.collections.impl.bag.mutable.primitive">DoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/FloatBag.html#org.eclipse.collections.impl.bag.mutable.primitive">FloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableBooleanBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/IntBag.html#org.eclipse.collections.impl.bag.mutable.primitive">IntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/LongBag.html#org.eclipse.collections.impl.bag.mutable.primitive">LongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableBooleanBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.bag.mutable.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ShortBag.html#org.eclipse.collections.impl.bag.mutable.primitive">ShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bimap.immutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/bimap/immutable/package-summary.html">org.eclipse.collections.impl.bimap.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/ImmutableBooleanBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.impl.bimap.immutable">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.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.bag.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/MutableBooleanBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.collection.mutable.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.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/MutableBooleanBag.html#org.eclipse.collections.impl.lazy.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.lazy.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.lazy.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.lazy.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.lazy.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.lazy.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.lazy.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.lazy.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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.bag.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/MutableBooleanBag.html#org.eclipse.collections.impl.list.mutable.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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.bag.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/MutableIntBag.html#org.eclipse.collections.impl.list.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.list.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.immutable">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/map/immutable/package-summary.html">org.eclipse.collections.impl.map.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/ImmutableBooleanBag.html#org.eclipse.collections.impl.map.immutable">ImmutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableByteBag.html#org.eclipse.collections.impl.map.immutable">ImmutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableCharBag.html#org.eclipse.collections.impl.map.immutable">ImmutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableDoubleBag.html#org.eclipse.collections.impl.map.immutable">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableFloatBag.html#org.eclipse.collections.impl.map.immutable">ImmutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.impl.map.immutable">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.impl.map.immutable">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableShortBag.html#org.eclipse.collections.impl.map.immutable">ImmutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.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.bag.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/MutableBooleanBag.html#org.eclipse.collections.impl.map.mutable">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.map.mutable">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.map.mutable">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.map.mutable">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.map.mutable">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.map.mutable">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.map.mutable">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.map.mutable">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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.bag.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/MutableBooleanBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.map.mutable.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.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/MutableBooleanBag.html#org.eclipse.collections.impl.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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.bag.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/MutableBooleanBag.html#org.eclipse.collections.impl.set.mutable.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.set.mutable.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.mutable.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.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/MutableBooleanBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.stack.mutable.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.primitive">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.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/MutableBooleanBag.html#org.eclipse.collections.impl.stack.primitive">MutableBooleanBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableByteBag.html#org.eclipse.collections.impl.stack.primitive">MutableByteBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableCharBag.html#org.eclipse.collections.impl.stack.primitive">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.stack.primitive">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableFloatBag.html#org.eclipse.collections.impl.stack.primitive">MutableFloatBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.stack.primitive">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.stack.primitive">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableShortBag.html#org.eclipse.collections.impl.stack.primitive">MutableShortBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stream">
<!-- -->
</a>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="package-summary.html">org.eclipse.collections.api.bag.primitive</a> used by <a href="../../../impl/stream/package-summary.html">org.eclipse.collections.impl.stream</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/ImmutableDoubleBag.html#org.eclipse.collections.impl.stream">ImmutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableIntBag.html#org.eclipse.collections.impl.stream">ImmutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ImmutableLongBag.html#org.eclipse.collections.impl.stream">ImmutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableDoubleBag.html#org.eclipse.collections.impl.stream">MutableDoubleBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.stream">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableLongBag.html#org.eclipse.collections.impl.stream">MutableLongBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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.bag.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/MutableCharBag.html#org.eclipse.collections.impl.string.immutable">MutableCharBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MutableIntBag.html#org.eclipse.collections.impl.string.immutable">MutableIntBag</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveBag.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>