blob: ac36d9d8ac5e94ebe2222b07b4f6fcf0a4dc7a64 [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.multimap.sortedbag.ImmutableSortedBagMultimap (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.multimap.sortedbag, interface: ImmutableSortedBagMultimap">
<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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">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.multimap.sortedbag.ImmutableSortedBagMultimap" class="title">Uses of Interface<br>org.eclipse.collections.api.multimap.sortedbag.ImmutableSortedBagMultimap</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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.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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.multimap.sortedbag">org.eclipse.collections.api.multimap.sortedbag</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for <a href="../SortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag"><code>SortedBagMultimap</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.factory">org.eclipse.collections.impl.factory</a></th>
<td class="colLast">
<div class="block">This package contains static utilities for creating mutable and immutable collection factories.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.multimap.bag">org.eclipse.collections.impl.multimap.bag</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../bag/BagMultimap.html" title="interface in org.eclipse.collections.api.multimap.bag"><code>BagMultimap</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.multimap.bag.sorted">org.eclipse.collections.impl.multimap.bag.sorted</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.multimap.bag.sorted.immutable">org.eclipse.collections.impl.multimap.bag.sorted.immutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.multimap.bag.sorted.mutable">org.eclipse.collections.impl.multimap.bag.sorted.mutable</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.bag.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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;V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;V,&#8203;<a href="../../../bag/sorted/ImmutableSortedBag.html" title="type parameter in ImmutableSortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../bag/sorted/ImmutableSortedBag.html#groupBy(org.eclipse.collections.api.block.function.Function)">groupBy</a></span>&#8203;(<a href="../../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../../bag/sorted/ImmutableSortedBag.html" title="type parameter in ImmutableSortedBag">T</a>,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;V,&#8203;<a href="../../../bag/sorted/ImmutableSortedBag.html" title="type parameter in ImmutableSortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../bag/sorted/ImmutableSortedBag.html#groupByEach(org.eclipse.collections.api.block.function.Function)">groupByEach</a></span>&#8203;(<a href="../../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../../../bag/sorted/ImmutableSortedBag.html" title="type parameter in ImmutableSortedBag">T</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;V&gt;&gt;&nbsp;function)</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.sortedbag">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../package-summary.html">org.eclipse.collections.api.multimap.sortedbag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.collections.api.multimap.sortedbag</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#newWith(K,V)">newWith</a></span>&#8203;(<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>&nbsp;key,
<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#newWithAll(K,java.lang.Iterable)">newWithAll</a></span>&#8203;(<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>&nbsp;key,
<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;? extends <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;&nbsp;values)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#newWithout(java.lang.Object,java.lang.Object)">newWithout</a></span>&#8203;(<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;key,
<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;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#newWithoutAll(java.lang.Object)">newWithoutAll</a></span>&#8203;(<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;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2)">rejectKeysMultiValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;? super <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="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2)">rejectKeysValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;? super <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2)">selectKeysMultiValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;? super <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="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;<a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../ImmutableSortedBagMultimap.html#selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2)">selectKeysValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">K</a>,&#8203;? super <a href="../ImmutableSortedBagMultimap.html" title="type parameter in ImmutableSortedBagMultimap">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../SortedBagMultimap.html" title="type parameter in SortedBagMultimap">K</a>,&#8203;<a href="../SortedBagMultimap.html" title="type parameter in SortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortedBagMultimap.</span><code><span class="memberNameLink"><a href="../SortedBagMultimap.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.impl.factory">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../../../../impl/factory/package-summary.html">org.eclipse.collections.impl.factory</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/factory/package-summary.html">org.eclipse.collections.impl.factory</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of()">of</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(java.util.Comparator)">of</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(java.util.Comparator,K,V)">of</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator,
K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(java.util.Comparator,K,V,K,V)">of</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(java.util.Comparator,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(K,V)">of</a></span>&#8203;(K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(K,V,K,V)">of</a></span>&#8203;(K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#of(K,V,K,V,K,V)">of</a></span>&#8203;(K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with()">with</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(java.util.Comparator)">with</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(java.util.Comparator,K,V)">with</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator,
K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(java.util.Comparator,K,V,K,V)">with</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(java.util.Comparator,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super V&gt;&nbsp;comparator,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(K,V)">with</a></span>&#8203;(K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(K,V,K,V)">with</a></span>&#8203;(K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.</span><code><span class="memberNameLink"><a href="../../../../impl/factory/Multimaps.ImmutableMultimaps.ImmutableSortedBagMultimapFactory.html#with(K,V,K,V,K,V)">with</a></span>&#8203;(K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3)</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.multimap.bag">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../../../../impl/multimap/bag/package-summary.html">org.eclipse.collections.impl.multimap.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/multimap/bag/package-summary.html">org.eclipse.collections.impl.multimap.bag</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/TreeBagMultimap.html" title="type parameter in TreeBagMultimap">K</a>,&#8203;<a href="../../../../impl/multimap/bag/TreeBagMultimap.html" title="type parameter in TreeBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeBagMultimap.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/TreeBagMultimap.html#toImmutable()">toImmutable</a></span>()</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.multimap.bag.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../../../../impl/multimap/bag/sorted/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/multimap/bag/sorted/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/TreeBagMultimap.html" title="type parameter in TreeBagMultimap">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/TreeBagMultimap.html" title="type parameter in TreeBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeBagMultimap.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/TreeBagMultimap.html#toImmutable()">toImmutable</a></span>()</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.multimap.bag.sorted.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../../../../impl/multimap/bag/sorted/immutable/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../../impl/multimap/bag/sorted/immutable/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted.immutable</a> that implement <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="class in org.eclipse.collections.impl.multimap.bag.sorted.immutable">ImmutableSortedBagMultimapImpl</a>&lt;K,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/multimap/bag/sorted/immutable/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted.immutable</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#newWith(K,V)">newWith</a></span>&#8203;(<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>&nbsp;key,
<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#newWithAll(K,java.lang.Iterable)">newWithAll</a></span>&#8203;(<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>&nbsp;key,
<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;? extends <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;&nbsp;values)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#newWithout(java.lang.Object,java.lang.Object)">newWithout</a></span>&#8203;(<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;key,
<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;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#newWithoutAll(java.lang.Object)">newWithoutAll</a></span>&#8203;(<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;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2)">rejectKeysMultiValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;? super <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="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2)">rejectKeysValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;? super <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2)">selectKeysMultiValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;? super <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="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableSortedBagMultimapImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html#selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2)">selectKeysValues</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">K</a>,&#8203;? super <a href="../../../../impl/multimap/bag/sorted/immutable/ImmutableSortedBagMultimapImpl.html" title="type parameter in ImmutableSortedBagMultimapImpl">V</a>&gt;&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.multimap.bag.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a> in <a href="../../../../impl/multimap/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/multimap/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.multimap.bag.sorted.mutable</a> that return <a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimap.html" title="type parameter in SynchronizedSortedBagMultimap">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimap.html" title="type parameter in SynchronizedSortedBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedBagMultimap.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/mutable/SynchronizedSortedBagMultimap.html#toImmutable()">toImmutable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">ImmutableSortedBagMultimap</a>&lt;<a href="../../../../impl/multimap/bag/sorted/mutable/TreeBagMultimap.html" title="type parameter in TreeBagMultimap">K</a>,&#8203;<a href="../../../../impl/multimap/bag/sorted/mutable/TreeBagMultimap.html" title="type parameter in TreeBagMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeBagMultimap.</span><code><span class="memberNameLink"><a href="../../../../impl/multimap/bag/sorted/mutable/TreeBagMultimap.html#toImmutable()">toImmutable</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="../ImmutableSortedBagMultimap.html" title="interface in org.eclipse.collections.api.multimap.sortedbag">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>