blob: 2fd88805783ff5f07485f99431b41c4910a8d967 [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.map.ImmutableMapIterable (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.map, interface: ImmutableMapIterable">
<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="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">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.map.ImmutableMapIterable" class="title">Uses of Interface<br>org.eclipse.collections.api.map.ImmutableMapIterable</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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.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.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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.sorted">org.eclipse.collections.api.map.sorted</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable sorted map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bimap.immutable">org.eclipse.collections.impl.bimap.immutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.immutable">org.eclipse.collections.impl.map.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../ImmutableMap.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMap</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.sorted.immutable">org.eclipse.collections.impl.map.sorted.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted"><code>MutableSortedMap</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.strategy.immutable">org.eclipse.collections.impl.map.strategy.immutable</a></th>
<td class="colLast">
<div class="block">This package contains immutable map implementations backed by hashtables that rely on <a href="../../block/HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s provided by
the developer to compute the hashCode and equals for the objects stored in the map.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.test">org.eclipse.collections.impl.test</a></th>
<td class="colLast">
<div class="block">This package contains <a href="../../../impl/test/SerializeTestHelper.html" title="class in org.eclipse.collections.impl.test"><code>SerializeTestHelper</code></a> and <a href="../../../impl/test/Verify.html" title="class in org.eclipse.collections.impl.test"><code>Verify</code></a> classes.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bimap">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../bimap/package-summary.html">org.eclipse.collections.api.bimap</a></h2>
<div class="useSummary">
<table>
<caption><span>Subinterfaces of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../bimap/package-summary.html">org.eclipse.collections.api.bimap</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="../../bimap/ImmutableBiMap.html" title="interface in org.eclipse.collections.api.bimap">ImmutableBiMap</a>&lt;K,&#8203;V&gt;</span></code></th>
<td class="colLast">
<div class="block">A <a href="../../bimap/BiMap.html" title="interface in org.eclipse.collections.api.bimap"><code>BiMap</code></a> whose contents cannot be altered after initialization.</div>
</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="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../package-summary.html">org.eclipse.collections.api.map</a></h2>
<div class="useSummary">
<table>
<caption><span>Subinterfaces of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../package-summary.html">org.eclipse.collections.api.map</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="../ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</span></code></th>
<td class="colLast">
<div class="block">An ImmutableMap is different than a JCF Map but in that it has no mutating methods.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ImmutableOrderedMap.html" title="interface in org.eclipse.collections.api.map">ImmutableOrderedMap</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="../package-summary.html">org.eclipse.collections.api.map</a> that return <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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>default &lt;K1,&#8203;
V1,&#8203;
V2&gt;&nbsp;<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;K1,&#8203;V2&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#aggregateBy(org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function0,org.eclipse.collections.api.block.function.Function2)">aggregateBy</a></span>&#8203;(<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? extends K1&gt;&nbsp;keyFunction,
<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;? extends V1&gt;&nbsp;valueFunction,
<a href="../../block/function/Function0.html" title="interface in org.eclipse.collections.api.block.function">Function0</a>&lt;? extends V2&gt;&nbsp;zeroValueFactory,
<a href="../../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super V2,&#8203;? super V1,&#8203;? extends V2&gt;&nbsp;nonMutatingAggregator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;KK,&#8203;
VV&gt;&nbsp;<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;KK,&#8203;VV&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#aggregateBy(org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function0,org.eclipse.collections.api.block.function.Function2)">aggregateBy</a></span>&#8203;(<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;? extends KK&gt;&nbsp;groupBy,
<a href="../../block/function/Function0.html" title="interface in org.eclipse.collections.api.block.function">Function0</a>&lt;? extends VV&gt;&nbsp;zeroValueFactory,
<a href="../../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super VV,&#8203;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;? extends VV&gt;&nbsp;nonMutatingAggregator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default &lt;KK,&#8203;
VV&gt;&nbsp;<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;KK,&#8203;VV&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function0,org.eclipse.collections.api.block.procedure.Procedure2)">aggregateInPlaceBy</a></span>&#8203;(<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;? extends KK&gt;&nbsp;groupBy,
<a href="../../block/function/Function0.html" title="interface in org.eclipse.collections.api.block.function">Function0</a>&lt;? extends VV&gt;&nbsp;zeroValueFactory,
<a href="../../block/procedure/Procedure2.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure2</a>&lt;? super VV,&#8203;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;&nbsp;mutatingAggregator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K2,&#8203;
V2&gt;&nbsp;<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;K2,&#8203;V2&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#collect(org.eclipse.collections.api.block.function.Function2)">collect</a></span>&#8203;(<a href="../../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K2,&#8203;V2&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;R&gt;&nbsp;<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;R&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#collectValues(org.eclipse.collections.api.block.function.Function2)">collectValues</a></span>&#8203;(<a href="../../block/function/Function2.html" title="interface in org.eclipse.collections.api.block.function">Function2</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;? extends R&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#flipUniqueValues()">flipUniqueValues</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;V1,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#groupByUniqueKey(org.eclipse.collections.api.block.function.Function)">groupByUniqueKey</a></span>&#8203;(<a href="../../block/function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>,&#8203;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#newWithAllKeyValueArguments(org.eclipse.collections.api.tuple.Pair...)">newWithAllKeyValueArguments</a></span>&#8203;(<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;? extends <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? extends <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;...&nbsp;keyValuePairs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#newWithAllKeyValues(java.lang.Iterable)">newWithAllKeyValues</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;? extends <a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;? extends <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? extends <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;&gt;&nbsp;keyValues)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#newWithKeyValue(K,V)">newWithKeyValue</a></span>&#8203;(<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>&nbsp;key,
<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#newWithoutAllKeys(java.lang.Iterable)">newWithoutAllKeys</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;? extends <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>&gt;&nbsp;keys)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#newWithoutKey(K)">newWithoutKey</a></span>&#8203;(<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>&nbsp;key)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate2)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate2)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;? super <a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">K</a>,&#8203;<a href="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableMapIterable.</span><code><span class="memberNameLink"><a href="../ImmutableMapIterable.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="../ImmutableMapIterable.html" title="type parameter in ImmutableMapIterable">V</a>&gt;&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../MapIterable.html" title="type parameter in MapIterable">K</a>,&#8203;<a href="../MapIterable.html" title="type parameter in MapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MapIterable.</span><code><span class="memberNameLink"><a href="../MapIterable.html#toImmutable()">toImmutable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;<a href="../MutableMapIterable.html" title="type parameter in MutableMapIterable">K</a>,&#8203;<a href="../MutableMapIterable.html" title="type parameter in MutableMapIterable">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableMapIterable.</span><code><span class="memberNameLink"><a href="../MutableMapIterable.html#toImmutable()">toImmutable</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an immutable copy of this map.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../sorted/package-summary.html">org.eclipse.collections.api.map.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Subinterfaces of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../sorted/package-summary.html">org.eclipse.collections.api.map.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/ImmutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;</span></code></th>
<td class="colLast">
<div class="block">An ImmutableSortedMap is different than a JCF SortedMap in that it has no mutating methods, but it shares
the read-only protocol of a SortedMap.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bimap.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../../impl/bimap/immutable/package-summary.html">org.eclipse.collections.impl.bimap.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/bimap/immutable/package-summary.html">org.eclipse.collections.impl.bimap.immutable</a> that implement <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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/bimap/immutable/AbstractImmutableBiMap.html" title="class in org.eclipse.collections.impl.bimap.immutable">AbstractImmutableBiMap</a>&lt;K,&#8203;V&gt;</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.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../../impl/map/immutable/package-summary.html">org.eclipse.collections.impl.map.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/map/immutable/package-summary.html">org.eclipse.collections.impl.map.immutable</a> that implement <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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/map/immutable/AbstractImmutableMap.html" title="class in org.eclipse.collections.impl.map.immutable">AbstractImmutableMap</a>&lt;K,&#8203;V&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/map/immutable/ImmutableUnifiedMap.html" title="class in org.eclipse.collections.impl.map.immutable">ImmutableUnifiedMap</a>&lt;K,&#8203;V&gt;</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.sorted.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../../impl/map/sorted/immutable/package-summary.html">org.eclipse.collections.impl.map.sorted.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/map/sorted/immutable/package-summary.html">org.eclipse.collections.impl.map.sorted.immutable</a> that implement <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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/map/sorted/immutable/AbstractImmutableSortedMap.html" title="class in org.eclipse.collections.impl.map.sorted.immutable">AbstractImmutableSortedMap</a>&lt;K,&#8203;V&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/map/sorted/immutable/ImmutableTreeMap.html" title="class in org.eclipse.collections.impl.map.sorted.immutable">ImmutableTreeMap</a>&lt;K,&#8203;V&gt;</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.strategy.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../../impl/map/strategy/immutable/package-summary.html">org.eclipse.collections.impl.map.strategy.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/map/strategy/immutable/package-summary.html">org.eclipse.collections.impl.map.strategy.immutable</a> that implement <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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/map/strategy/immutable/ImmutableUnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.immutable">ImmutableUnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</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.test">
<!-- -->
</a>
<h2>Uses of <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a> in <a href="../../../impl/test/package-summary.html">org.eclipse.collections.impl.test</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/test/package-summary.html">org.eclipse.collections.impl.test</a> with parameters of type <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</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>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Verify.</span><code><span class="memberNameLink"><a href="../../../impl/test/Verify.html#assertContainsAllKeyValues(java.lang.String,org.eclipse.collections.api.map.ImmutableMapIterable,java.lang.Object...)">assertContainsAllKeyValues</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;immutableMapIterableName,
<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;?,&#8203;?&gt;&nbsp;immutableMapIterable,
<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;expectedKeyValues)</code></th>
<td class="colLast">
<div class="block">Assert that the given <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMapIterable</code></a> contains all of the given keys and values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Verify.</span><code><span class="memberNameLink"><a href="../../../impl/test/Verify.html#assertContainsAllKeyValues(org.eclipse.collections.api.map.ImmutableMapIterable,java.lang.Object...)">assertContainsAllKeyValues</a></span>&#8203;(<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;?,&#8203;?&gt;&nbsp;immutableMapIterable,
<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;keyValues)</code></th>
<td class="colLast">
<div class="block">Assert that the given <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMapIterable</code></a> contains all of the given keys and values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Verify.</span><code><span class="memberNameLink"><a href="../../../impl/test/Verify.html#assertContainsKey(java.lang.Object,org.eclipse.collections.api.map.ImmutableMapIterable)">assertContainsKey</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;expectedKey,
<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;?,&#8203;?&gt;&nbsp;immutableMapIterable)</code></th>
<td class="colLast">
<div class="block">Assert that the given <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMapIterable</code></a> contains an entry with the given key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Verify.</span><code><span class="memberNameLink"><a href="../../../impl/test/Verify.html#assertContainsKey(java.lang.String,java.lang.Object,org.eclipse.collections.api.map.ImmutableMapIterable)">assertContainsKey</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;immutableMapIterableName,
<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;expectedKey,
<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;?,&#8203;?&gt;&nbsp;immutableMapIterable)</code></th>
<td class="colLast">
<div class="block">Assert that the given <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMapIterable</code></a> contains an entry with the given key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Verify.</span><code><span class="memberNameLink"><a href="../../../impl/test/Verify.html#assertContainsKeyValue(java.lang.Object,java.lang.Object,org.eclipse.collections.api.map.ImmutableMapIterable)">assertContainsKeyValue</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;expectedKey,
<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;expectedValue,
<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;?,&#8203;?&gt;&nbsp;mapIterable)</code></th>
<td class="colLast">
<div class="block">Assert that the given <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMapIterable</code></a> contains an entry with the given key and value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Verify.</span><code><span class="memberNameLink"><a href="../../../impl/test/Verify.html#assertContainsKeyValue(java.lang.String,java.lang.Object,java.lang.Object,org.eclipse.collections.api.map.ImmutableMapIterable)">assertContainsKeyValue</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;mapIterableName,
<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;expectedKey,
<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;expectedValue,
<a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;?,&#8203;?&gt;&nbsp;immutableMapIterable)</code></th>
<td class="colLast">
<div class="block">Assert that the given <a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map"><code>ImmutableMapIterable</code></a> contains an entry with the given key and value.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">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>