blob: 0e9f5fdef984829fdb40277e4591375b563d3ec1 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Sat Aug 08 22:45:01 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.bag.ImmutableBagIterable (Eclipse Collections - 10.3.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-08">
<meta name="description" content="use: package: org.eclipse.collections.api.bag, interface: ImmutableBagIterable">
<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="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">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.ImmutableBagIterable" class="title">Uses of Interface<br>org.eclipse.collections.api.bag.ImmutableBagIterable</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</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.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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag.sorted">org.eclipse.collections.api.bag.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for SortedBag API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bimap">org.eclipse.collections.api.bimap</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for BiMap API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.multimap.bag">org.eclipse.collections.api.multimap.bag</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for <a href="../../multimap/bag/BagMultimap.html" title="interface in org.eclipse.collections.api.multimap.bag"><code>BagMultimap</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.partition.bag">org.eclipse.collections.api.partition.bag</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for <a href="../../partition/bag/PartitionBag.html" title="interface in org.eclipse.collections.api.partition.bag"><code>PartitionBag</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.immutable">org.eclipse.collections.impl.bag.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../ImmutableBag.html" title="interface in org.eclipse.collections.api.bag"><code>ImmutableBag</code></a> interface.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../package-summary.html">org.eclipse.collections.api.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Subinterfaces of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../package-summary.html">org.eclipse.collections.api.bag</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.collections.api.bag</a> that return <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</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="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.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>default <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#selectDuplicates()">selectDuplicates</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../ImmutableBagIterable.html#tap(org.eclipse.collections.api.block.procedure.Procedure)">tap</a></span>&#8203;(<a href="../../block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure</a>&lt;? super <a href="../ImmutableBagIterable.html" title="type parameter in ImmutableBagIterable">T</a>&gt;&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../Bag.html" title="type parameter in Bag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Bag.</span><code><span class="memberNameLink"><a href="../Bag.html#toImmutable()">toImmutable</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.api.bag.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Subinterfaces of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../sorted/ImmutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted">ImmutableSortedBag</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">ImmutableSortedBag is the non-modifiable equivalent interface to <a href="../sorted/MutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted"><code>MutableSortedBag</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bimap">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../../bimap/package-summary.html">org.eclipse.collections.api.bimap</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../bimap/package-summary.html">org.eclipse.collections.api.bimap</a> that return <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</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>&lt;V1&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBiMap.</span><code><span class="memberNameLink"><a href="../../bimap/ImmutableBiMap.html#collect(org.eclipse.collections.api.block.function.Function)">collect</a></span>&#8203;(<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../bimap/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</a>,&#8203;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBiMap.</span><code><span class="memberNameLink"><a href="../../bimap/ImmutableBiMap.html#collectIf(org.eclipse.collections.api.block.predicate.Predicate,org.eclipse.collections.api.block.function.Function)">collectIf</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../bimap/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</a>&gt;&nbsp;predicate,
<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../bimap/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</a>,&#8203;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P,&#8203;
V1&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBiMap.</span><code><span class="memberNameLink"><a href="../../bimap/ImmutableBiMap.html#collectWith(org.eclipse.collections.api.block.function.Function2,P)">collectWith</a></span>&#8203;(<a href="../../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../../bimap/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</a>,&#8203;? super P,&#8203;? extends V1&gt;&nbsp;function,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBiMap.</span><code><span class="memberNameLink"><a href="../../bimap/ImmutableBiMap.html#flatCollect(org.eclipse.collections.api.block.function.Function)">flatCollect</a></span>&#8203;(<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../bimap/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</a>,&#8203;? extends <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;V1&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default &lt;P,&#8203;
V1&gt;&nbsp;<a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBiMap.</span><code><span class="memberNameLink"><a href="../../bimap/ImmutableBiMap.html#flatCollectWith(org.eclipse.collections.api.block.function.Function2,P)">flatCollectWith</a></span>&#8203;(<a href="../../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../../bimap/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</a>,&#8203;? super P,&#8203;? extends <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;V1&gt;&gt;&nbsp;function,
P&nbsp;parameter)</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.multimap.bag">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../../multimap/bag/package-summary.html">org.eclipse.collections.api.multimap.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../multimap/bag/package-summary.html">org.eclipse.collections.api.multimap.bag</a> that return <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</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="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../../multimap/bag/ImmutableBagIterableMultimap.html" title="type parameter in ImmutableBagIterableMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableBagIterableMultimap.</span><code><span class="memberNameLink"><a href="../../multimap/bag/ImmutableBagIterableMultimap.html#get(K)">get</a></span>&#8203;(<a href="../../multimap/bag/ImmutableBagIterableMultimap.html" title="type parameter in ImmutableBagIterableMultimap">K</a>&nbsp;key)</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.partition.bag">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../../partition/bag/package-summary.html">org.eclipse.collections.api.partition.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../partition/bag/package-summary.html">org.eclipse.collections.api.partition.bag</a> that return <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</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="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../../partition/bag/PartitionImmutableBagIterable.html" title="type parameter in PartitionImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PartitionImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../../partition/bag/PartitionImmutableBagIterable.html#getRejected()">getRejected</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;<a href="../../partition/bag/PartitionImmutableBagIterable.html" title="type parameter in PartitionImmutableBagIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PartitionImmutableBagIterable.</span><code><span class="memberNameLink"><a href="../../partition/bag/PartitionImmutableBagIterable.html#getSelected()">getSelected</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.bag.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a> in <a href="../../../impl/bag/immutable/package-summary.html">org.eclipse.collections.impl.bag.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/bag/immutable/package-summary.html">org.eclipse.collections.impl.bag.immutable</a> that implement <a href="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</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/immutable/AbstractImmutableBag.html" title="class in org.eclipse.collections.impl.bag.immutable">AbstractImmutableBag</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</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/immutable/AbstractImmutableBagIterable.html" title="class in org.eclipse.collections.impl.bag.immutable">AbstractImmutableBagIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</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/immutable/ImmutableArrayBag.html" title="class in org.eclipse.collections.impl.bag.immutable">ImmutableArrayBag</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</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/immutable/ImmutableHashBag.html" title="class in org.eclipse.collections.impl.bag.immutable">ImmutableHashBag</a>&lt;T&gt;</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="../ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">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>