blob: dd752b5c3c485437107239e21442aa03c5fd3a8f [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.bag.primitive.MutableShortBag (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, interface: MutableShortBag">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-use">
<script type="text/javascript">var pathtoroot = "../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.eclipse.collections.api.bag.primitive.MutableShortBag" class="title">Uses of Interface<br>org.eclipse.collections.api.bag.primitive.MutableShortBag</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</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.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.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="rowColor">
<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="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.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="altColor">
<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>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../package-summary.html">org.eclipse.collections.api</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortIterable.</span><code><span class="memberNameLink"><a href="../../../ShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">
<div class="block">Converts the ShortIterable to a new MutableShortBag.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../package-summary.html">org.eclipse.collections.api.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../package-summary.html">org.eclipse.collections.api.bag</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableBag.</span><code><span class="memberNameLink"><a href="../../MutableBag.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../MutableBag.html" title="type parameter in MutableBag">T</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../package-summary.html">org.eclipse.collections.api.bag.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.collections.api.bag.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a new empty mutable version of the same Bag type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">selectByOccurrences</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns all elements of the bag that have a number of occurrences that satisfy the predicate.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#selectDuplicates()">selectDuplicates</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns all elements of the bag that have more than one occurrence.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#tap(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure)">tap</a></span>&#8203;(<a href="../../../block/procedure/primitive/ShortProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ShortProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#with(short)">with</a></span>&#8203;(short&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#withAll(org.eclipse.collections.api.ShortIterable)">withAll</a></span>&#8203;(<a href="../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#without(short)">without</a></span>&#8203;(short&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBag.</span><code><span class="memberNameLink"><a href="../MutableShortBag.html#withoutAll(org.eclipse.collections.api.ShortIterable)">withoutAll</a></span>&#8203;(<a href="../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.factory.bag.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../factory/bag/primitive/package-summary.html">org.eclipse.collections.api.factory.bag.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../factory/bag/primitive/package-summary.html">org.eclipse.collections.api.factory.bag.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#of()">of</a></span>()</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/bag/primitive/MutableShortBagFactory.html#empty()"><code>MutableShortBagFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#of(short...)">of</a></span>&#8203;(short...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/bag/primitive/MutableShortBagFactory.html#with(short...)"><code>MutableShortBagFactory.with(short[])</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#ofAll(java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang" class="externalLink">Short</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/bag/primitive/MutableShortBagFactory.html#withAll(java.lang.Iterable)"><code>MutableShortBagFactory.withAll(Iterable)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#ofAll(org.eclipse.collections.api.ShortIterable)">ofAll</a></span>&#8203;(<a href="../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/bag/primitive/MutableShortBagFactory.html#withAll(org.eclipse.collections.api.ShortIterable)"><code>MutableShortBagFactory.withAll(ShortIterable)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#with()">with</a></span>()</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/bag/primitive/MutableShortBagFactory.html#empty()"><code>MutableShortBagFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#with(short...)">with</a></span>&#8203;(short...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#withAll(java.lang.Iterable)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang" class="externalLink">Short</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactory.</span><code><span class="memberNameLink"><a href="../../../factory/bag/primitive/MutableShortBagFactory.html#withAll(org.eclipse.collections.api.ShortIterable)">withAll</a></span>&#8203;(<a href="../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../map/package-summary.html">org.eclipse.collections.api.map</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../map/package-summary.html">org.eclipse.collections.api.map</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableMap.</span><code><span class="memberNameLink"><a href="../../../map/MutableMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../map/MutableMap.html" title="type parameter in MutableMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutablePrimitiveObjectMap.</span><code><span class="memberNameLink"><a href="../../../map/primitive/MutablePrimitiveObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../map/primitive/MutablePrimitiveObjectMap.html" title="type parameter in MutablePrimitiveObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortValuesMap.</span><code><span class="memberNameLink"><a href="../../../map/primitive/MutableShortValuesMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortValuesMap.</span><code><span class="memberNameLink"><a href="../../../map/primitive/MutableShortValuesMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/bag/mutable/package-summary.html">org.eclipse.collections.impl.bag.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/bag/mutable/package-summary.html">org.eclipse.collections.impl.bag.mutable</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/AbstractMutableBag.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/bag/mutable/AbstractMutableBag.html" title="type parameter in AbstractMutableBag">T</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderHashBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/MultiReaderHashBag.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/bag/mutable/MultiReaderHashBag.html" title="type parameter in MultiReaderHashBag">T</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/SynchronizedBag.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/bag/mutable/SynchronizedBag.html" title="type parameter in SynchronizedBag">T</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/UnmodifiableBag.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/bag/mutable/UnmodifiableBag.html" title="type parameter in UnmodifiableBag">T</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> that implement <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/ShortHashBag.html" title="class in org.eclipse.collections.impl.bag.mutable.primitive">ShortHashBag</a></span></code></th>
<td class="colLast">
<div class="block">ShortHashBag is similar to <a href="../../../../impl/bag/mutable/HashBag.html" title="class in org.eclipse.collections.impl.bag.mutable"><code>HashBag</code></a>, and is memory-optimized for short primitives.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html" title="class in org.eclipse.collections.impl.bag.mutable.primitive">SynchronizedShortBag</a></span></code></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive"><code>MutableShortBag</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html" title="class in org.eclipse.collections.impl.bag.mutable.primitive">UnmodifiableShortBag</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveBag.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortHashBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/ShortHashBag.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortHashBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/ShortHashBag.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#of()">of</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#of(short...)">of</a></span>&#8203;(short...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#ofAll(java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang" class="externalLink">Short</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#ofAll(org.eclipse.collections.api.ShortIterable)">ofAll</a></span>&#8203;(<a href="../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">selectByOccurrences</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#selectByOccurrences(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">selectByOccurrences</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#with()">with</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#with(short...)">with</a></span>&#8203;(short...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#withAll(java.lang.Iterable)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang" class="externalLink">Short</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableShortBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/MutableShortBagFactoryImpl.html#withAll(org.eclipse.collections.api.ShortIterable)">withAll</a></span>&#8203;(<a href="../../../ShortIterable.html" title="interface in org.eclipse.collections.api">ShortIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> with parameters of type <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#%3Cinit%3E(org.eclipse.collections.api.bag.primitive.MutableShortBag)">SynchronizedShortBag</a></span>&#8203;(<a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a>&nbsp;bag)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/SynchronizedShortBag.html#%3Cinit%3E(org.eclipse.collections.api.bag.primitive.MutableShortBag,java.lang.Object)">SynchronizedShortBag</a></span>&#8203;(<a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a>&nbsp;bag,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;newLock)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/bag/mutable/primitive/UnmodifiableShortBag.html#%3Cinit%3E(org.eclipse.collections.api.bag.primitive.MutableShortBag)">UnmodifiableShortBag</a></span>&#8203;(<a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a>&nbsp;bag)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collection.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedShortCollection.</span><code><span class="memberNameLink"><a href="../../../../impl/collection/mutable/primitive/AbstractSynchronizedShortCollection.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableShortCollection.</span><code><span class="memberNameLink"><a href="../../../../impl/collection/mutable/primitive/AbstractUnmodifiableShortCollection.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyShortIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/AbstractLazyShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectShortIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/CollectShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyShortIterableAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/LazyShortIterableAdapter.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReverseShortIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/ReverseShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SelectShortIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/SelectShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/map/mutable/package-summary.html">org.eclipse.collections.impl.map.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/mutable/package-summary.html">org.eclipse.collections.impl.map.mutable</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/AbstractMutableMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/AbstractMutableMap.html" title="type parameter in AbstractMutableMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/SynchronizedMutableMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/SynchronizedMutableMap.html" title="type parameter in SynchronizedMutableMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/UnmodifiableMutableMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/UnmodifiableMutableMap.html" title="type parameter in UnmodifiableMutableMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ByteObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/ByteObjectHashMap.html" title="type parameter in ByteObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/CharObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/CharObjectHashMap.html" title="type parameter in CharObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/DoubleObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/DoubleObjectHashMap.html" title="type parameter in DoubleObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/FloatObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/FloatObjectHashMap.html" title="type parameter in FloatObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/IntObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/IntObjectHashMap.html" title="type parameter in IntObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/LongObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/LongObjectHashMap.html" title="type parameter in LongObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ShortObjectHashMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/ShortObjectHashMap.html" title="type parameter in ShortObjectHashMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedByteObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedByteObjectMap.html" title="type parameter in SynchronizedByteObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedCharObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedCharObjectMap.html" title="type parameter in SynchronizedCharObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleObjectMap.html" title="type parameter in SynchronizedDoubleObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html" title="type parameter in SynchronizedFloatObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html" title="type parameter in SynchronizedIntObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedLongObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedLongObjectMap.html" title="type parameter in SynchronizedLongObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedShortObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/SynchronizedShortObjectMap.html" title="type parameter in SynchronizedShortObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableByteObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableByteObjectMap.html" title="type parameter in UnmodifiableByteObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableCharObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableCharObjectMap.html" title="type parameter in UnmodifiableCharObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleObjectMap.html" title="type parameter in UnmodifiableDoubleObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html" title="type parameter in UnmodifiableFloatObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html" title="type parameter in UnmodifiableIntObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableLongObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableLongObjectMap.html" title="type parameter in UnmodifiableLongObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortObjectMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableShortObjectMap.html#collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction)">collectShort</a></span>&#8203;(<a href="../../../block/function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super <a href="../../../../impl/map/mutable/primitive/UnmodifiableShortObjectMap.html" title="type parameter in UnmodifiableShortObjectMap">V</a>&gt;&nbsp;shortFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableShortValuesMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableShortValuesMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedByteShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedCharShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedFloatShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedIntShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedLongShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedShortShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableByteShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableCharShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableIntShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableLongShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableShortShortMap.html#reject(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableShortValuesMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableShortValuesMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedByteShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedCharShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedFloatShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedIntShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedLongShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedShortShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableByteShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableCharShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableIntShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableLongShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableShortShortMap.html#select(org.eclipse.collections.api.block.predicate.primitive.ShortPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/ShortPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">ShortPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableShortKeySet.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableShortKeySet.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ObjectShortHashMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedByteShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedCharShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedFloatShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedIntShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedLongShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedObjectShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedShortShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableByteShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableCharShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableIntShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableLongShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableObjectShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortShortMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableShortShortMap.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractShortIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/AbstractShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/SynchronizedShortIterable.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/SynchronizedShortStack.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/UnmodifiableShortStack.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a> in <a href="../../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.primitive</a> that return <a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">MutableShortBag</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractShortStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/primitive/AbstractShortStack.html#toBag()">toBag</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../MutableShortBag.html" title="interface in org.eclipse.collections.api.bag.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>