blob: f11f2b257200f489224494e8ca3f68ebd439e05b [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Sat Aug 08 22:45:01 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.block.HashingStrategy (Eclipse Collections - 10.3.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-08">
<meta name="description" content="use: package: org.eclipse.collections.api.block, interface: HashingStrategy">
<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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">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.block.HashingStrategy" class="title">Uses of Interface<br>org.eclipse.collections.api.block.HashingStrategy</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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.factory.bag.strategy">org.eclipse.collections.api.factory.bag.strategy</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.factory.map.strategy">org.eclipse.collections.api.factory.map.strategy</a></th>
<td class="colLast">
<div class="block">This package contains factory API for creating instances of maps with user defined <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.factory.set.strategy">org.eclipse.collections.api.factory.set.strategy</a></th>
<td class="colLast">
<div class="block">This package contains Factory API for <a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html" title="interface in org.eclipse.collections.api.factory.set.strategy"><code>ImmutableHashingStrategySetFactory</code></a> and <a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html" title="interface in org.eclipse.collections.api.factory.set.strategy"><code>MutableHashingStrategySetFactory</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list">org.eclipse.collections.api.list</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for list API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>List</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.strategy.mutable">org.eclipse.collections.impl.bag.strategy.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of bags with user defined <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.block.factory">org.eclipse.collections.impl.block.factory</a></th>
<td class="colLast">
<div class="block">This package contains factory implementations for <a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function"><code>Function</code></a>, <a href="../predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate"><code>Predicate</code></a>, <a href="../SerializableComparator.html" title="interface in org.eclipse.collections.api.block"><code>SerializableComparator</code></a> and <a href="../procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure"><code>Procedure</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.fixed">org.eclipse.collections.impl.list.fixed</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../list/FixedSizeList.html" title="interface in org.eclipse.collections.api.list"><code>FixedSizeList</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable">org.eclipse.collections.impl.list.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list"><code>MutableList</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable.primitive">org.eclipse.collections.impl.map.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<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="../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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.strategy.mutable">org.eclipse.collections.impl.map.strategy.mutable</a></th>
<td class="colLast">
<div class="block">This package contains mutable map implementations backed by hashtables that rely on <a href="../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.multimap.bag.strategy">org.eclipse.collections.impl.multimap.bag.strategy</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.multimap.set.strategy">org.eclipse.collections.impl.multimap.set.strategy</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../multimap/set/SetMultimap.html" title="interface in org.eclipse.collections.api.multimap.set"><code>SetMultimap</code></a> interface which use a set with user-defined <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a> as their underlying store for the multiple values of a given key.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.partition.set.strategy">org.eclipse.collections.impl.partition.set.strategy</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../partition/set/PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set"><code>PartitionMutableSet</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.strategy.immutable">org.eclipse.collections.impl.set.strategy.immutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of immutable sets with user defined <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.strategy.mutable">org.eclipse.collections.impl.set.strategy.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of sets with user defined <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility">org.eclipse.collections.impl.utility</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal">org.eclipse.collections.impl.utility.internal</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.factory.bag.strategy">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../factory/bag/strategy/package-summary.html">org.eclipse.collections.api.factory.bag.strategy</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../factory/bag/strategy/package-summary.html">org.eclipse.collections.api.factory.bag.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#empty(org.eclipse.collections.api.block.HashingStrategy)">empty</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)"><code>MutableHashingStrategyBagFactory.with(HashingStrategy)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,T...)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)"><code>MutableHashingStrategyBagFactory.with(HashingStrategy, Object[])</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#ofAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)"><code>MutableHashingStrategyBagFactory.withAll(HashingStrategy, Iterable)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactory.</span><code><span class="memberNameLink"><a href="../../factory/bag/strategy/MutableHashingStrategyBagFactory.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">withAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.factory.map.strategy">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../factory/map/strategy/package-summary.html">org.eclipse.collections.api.factory.map.strategy</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../factory/map/strategy/package-summary.html">org.eclipse.collections.api.factory.map.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)"><code>ImmutableHashingStrategyMapFactory.with(HashingStrategy)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V)"><code>ImmutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)"><code>ImmutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)"><code>ImmutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object, Object, Object, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)"><code>ImmutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object, Object, Object, Object, Object, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)"><code>MutableHashingStrategyMapFactory.with(HashingStrategy)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V)"><code>MutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)"><code>MutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)"><code>MutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object, Object, Object, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)"><code>MutableHashingStrategyMapFactory.with(HashingStrategy, Object, Object, Object, Object, Object, Object, Object, Object)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/ImmutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactory.</span><code><span class="memberNameLink"><a href="../../factory/map/strategy/MutableHashingStrategyMapFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.factory.set.strategy">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../factory/set/strategy/package-summary.html">org.eclipse.collections.api.factory.set.strategy</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../factory/set/strategy/package-summary.html">org.eclipse.collections.api.factory.set.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)"><code>ImmutableHashingStrategySetFactory.with(HashingStrategy)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,T...)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)"><code>ImmutableHashingStrategySetFactory.with(HashingStrategy, Object[])</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)"><code>MutableHashingStrategySetFactory.with(HashingStrategy)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#of(org.eclipse.collections.api.block.HashingStrategy,T...)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)"><code>MutableHashingStrategySetFactory.with(HashingStrategy, Object[])</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#ofAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)"><code>ImmutableHashingStrategySetFactory.withAll(HashingStrategy, Iterable)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#ofAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)"><code>MutableHashingStrategySetFactory.withAll(HashingStrategy, Iterable)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#ofInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">ofInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#withInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)"><code>ImmutableHashingStrategySetFactory.withInitialCapacity(HashingStrategy, int)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#ofInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">ofInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#withInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)"><code>MutableHashingStrategySetFactory.withInitialCapacity(HashingStrategy, int)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">withAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">withAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/ImmutableHashingStrategySetFactory.html#withInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">withInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactory.</span><code><span class="memberNameLink"><a href="../../factory/set/strategy/MutableHashingStrategySetFactory.html#withInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">withInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</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.list">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../list/package-summary.html">org.eclipse.collections.api.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../list/package-summary.html">org.eclipse.collections.api.list</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../../list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;<a href="../../list/ImmutableList.html" title="type parameter in ImmutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableList.</span><code><span class="memberNameLink"><a href="../../list/ImmutableList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../list/ImmutableList.html" title="type parameter in ImmutableList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../list/ListIterable.html" title="interface in org.eclipse.collections.api.list">ListIterable</a>&lt;<a href="../../list/ListIterable.html" title="type parameter in ListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListIterable.</span><code><span class="memberNameLink"><a href="../../list/ListIterable.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../list/ListIterable.html" title="type parameter in ListIterable">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Returns a new <code>ListIterable</code> containing the distinct elements in this list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../list/MutableList.html" title="type parameter in MutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableList.</span><code><span class="memberNameLink"><a href="../../list/MutableList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../list/MutableList.html" title="type parameter in MutableList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">
<div class="block">Returns a new <code>ListIterable</code> containing the distinct elements in this list.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.strategy.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/bag/strategy/mutable/package-summary.html">org.eclipse.collections.impl.bag.strategy.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/bag/strategy/mutable/package-summary.html">org.eclipse.collections.impl.bag.strategy.mutable</a> that return <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="type parameter in HashBagWithHashingStrategy">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#hashingStrategy()">hashingStrategy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/bag/strategy/mutable/package-summary.html">org.eclipse.collections.impl.bag.strategy.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#empty(org.eclipse.collections.api.block.HashingStrategy)">empty</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;E&gt;&nbsp;<a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="class in org.eclipse.collections.impl.bag.strategy.mutable">HashBagWithHashingStrategy</a>&lt;E&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#newBag(org.eclipse.collections.api.block.HashingStrategy)">newBag</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super E&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;E&gt;&nbsp;<a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="class in org.eclipse.collections.impl.bag.strategy.mutable">HashBagWithHashingStrategy</a>&lt;E&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#newBag(org.eclipse.collections.api.block.HashingStrategy,int)">newBag</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super E&gt;&nbsp;hashingStrategy,
int&nbsp;size)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;E&gt;&nbsp;<a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="class in org.eclipse.collections.impl.bag.strategy.mutable">HashBagWithHashingStrategy</a>&lt;E&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#newBag(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">newBag</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super E&gt;&nbsp;hashingStrategy,
<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 E&gt;&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;E&gt;&nbsp;<a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="class in org.eclipse.collections.impl.bag.strategy.mutable">HashBagWithHashingStrategy</a>&lt;E&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#newBag(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.bag.Bag)">newBag</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super E&gt;&nbsp;hashingStrategy,
<a href="../../bag/Bag.html" title="interface in org.eclipse.collections.api.bag">Bag</a>&lt;? extends E&gt;&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;E&gt;&nbsp;<a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="class in org.eclipse.collections.impl.bag.strategy.mutable">HashBagWithHashingStrategy</a>&lt;E&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#newBagWith(org.eclipse.collections.api.block.HashingStrategy,E...)">newBagWith</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super E&gt;&nbsp;hashingStrategy,
E...&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,T...)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#ofAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyBagFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/MutableHashingStrategyBagFactoryImpl.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">withAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/bag/strategy/mutable/package-summary.html">org.eclipse.collections.impl.bag.strategy.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">HashBagWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="type parameter in HashBagWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">HashBagWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="type parameter in HashBagWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy,
int&nbsp;size)</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.block.factory">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/block/factory/package-summary.html">org.eclipse.collections.impl.block.factory</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/block/factory/package-summary.html">org.eclipse.collections.impl.block.factory</a> that return <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#chain(org.eclipse.collections.api.block.HashingStrategy...)">chain</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;...&nbsp;hashingStrategies)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#defaultStrategy()">defaultStrategy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromBooleanFunction(org.eclipse.collections.api.block.function.primitive.BooleanFunction)">fromBooleanFunction</a></span>&#8203;(<a href="../function/primitive/BooleanFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromByteFunction(org.eclipse.collections.api.block.function.primitive.ByteFunction)">fromByteFunction</a></span>&#8203;(<a href="../function/primitive/ByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromCharFunction(org.eclipse.collections.api.block.function.primitive.CharFunction)">fromCharFunction</a></span>&#8203;(<a href="../function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromDoubleFunction(org.eclipse.collections.api.block.function.primitive.DoubleFunction)">fromDoubleFunction</a></span>&#8203;(<a href="../function/primitive/DoubleFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromFloatFunction(org.eclipse.collections.api.block.function.primitive.FloatFunction)">fromFloatFunction</a></span>&#8203;(<a href="../function/primitive/FloatFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T,&#8203;
V&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromFunction(org.eclipse.collections.api.block.function.Function)">fromFunction</a></span>&#8203;(<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T,&#8203;
V1,&#8203;
V2&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromFunctions(org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function)">fromFunctions</a></span>&#8203;(<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V1&gt;&nbsp;one,
<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V2&gt;&nbsp;two)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T,&#8203;
V1,&#8203;
V2,&#8203;
V3&gt;<br><a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromFunctions(org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function,org.eclipse.collections.api.block.function.Function)">fromFunctions</a></span>&#8203;(<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V1&gt;&nbsp;one,
<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V2&gt;&nbsp;two,
<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V3&gt;&nbsp;three)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromIntFunction(org.eclipse.collections.api.block.function.primitive.IntFunction)">fromIntFunction</a></span>&#8203;(<a href="../function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromLongFunction(org.eclipse.collections.api.block.function.primitive.LongFunction)">fromLongFunction</a></span>&#8203;(<a href="../function/primitive/LongFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#fromShortFunction(org.eclipse.collections.api.block.function.primitive.ShortFunction)">fromShortFunction</a></span>&#8203;(<a href="../function/primitive/ShortFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortFunction</a>&lt;? super T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;<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>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#identityStrategy()">identityStrategy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T,&#8203;
V&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#nullSafeFromFunction(org.eclipse.collections.api.block.function.Function)">nullSafeFromFunction</a></span>&#8203;(<a href="../function/Function.html" title="interface in org.eclipse.collections.api.block.function">Function</a>&lt;? super T,&#8203;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#nullSafeHashingStrategy(org.eclipse.collections.api.block.HashingStrategy)">nullSafeHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;&nbsp;nonNullSafeStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/block/factory/package-summary.html">org.eclipse.collections.impl.block.factory</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#chain(org.eclipse.collections.api.block.HashingStrategy...)">chain</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;...&nbsp;hashingStrategies)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashingStrategies.</span><code><span class="memberNameLink"><a href="../../../impl/block/factory/HashingStrategies.html#nullSafeHashingStrategy(org.eclipse.collections.api.block.HashingStrategy)">nullSafeHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;T&gt;&nbsp;nonNullSafeStrategy)</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.list.fixed">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/list/fixed/package-summary.html">org.eclipse.collections.impl.list.fixed</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/list/fixed/package-summary.html">org.eclipse.collections.impl.list.fixed</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/fixed/AbstractArrayAdapter.html" title="type parameter in AbstractArrayAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractArrayAdapter.</span><code><span class="memberNameLink"><a href="../../../impl/list/fixed/AbstractArrayAdapter.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/fixed/AbstractArrayAdapter.html" title="type parameter in AbstractArrayAdapter">T</a>&gt;&nbsp;hashingStrategy)</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.list.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/AbstractMutableList.html" title="type parameter in AbstractMutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableList.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/AbstractMutableList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/AbstractMutableList.html" title="type parameter in AbstractMutableList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../impl/list/mutable/ArrayListAdapter.html" title="class in org.eclipse.collections.impl.list.mutable">ArrayListAdapter</a>&lt;<a href="../../../impl/list/mutable/ArrayListAdapter.html" title="type parameter in ArrayListAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayListAdapter.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/ArrayListAdapter.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/ArrayListAdapter.html" title="type parameter in ArrayListAdapter">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/FastList.html" title="type parameter in FastList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FastList.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/FastList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/FastList.html" title="type parameter in FastList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/ListAdapter.html" title="type parameter in ListAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListAdapter.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/ListAdapter.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/ListAdapter.html" title="type parameter in ListAdapter">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/MultiReaderFastList.html" title="type parameter in MultiReaderFastList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderFastList.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/MultiReaderFastList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/MultiReaderFastList.html" title="type parameter in MultiReaderFastList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/RandomAccessListAdapter.html" title="type parameter in RandomAccessListAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomAccessListAdapter.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/RandomAccessListAdapter.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/RandomAccessListAdapter.html" title="type parameter in RandomAccessListAdapter">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/SynchronizedMutableList.html" title="type parameter in SynchronizedMutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableList.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/SynchronizedMutableList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/SynchronizedMutableList.html" title="type parameter in SynchronizedMutableList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../impl/list/mutable/UnmodifiableMutableList.html" title="type parameter in UnmodifiableMutableList">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableList.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/UnmodifiableMutableList.html#distinct(org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/list/mutable/UnmodifiableMutableList.html" title="type parameter in UnmodifiableMutableList">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectBooleanHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectBooleanHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectBooleanMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectBooleanMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectBooleanMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectByteHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectByteHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectByteMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectByteMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectByteMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectCharHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectCharHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectCharMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectCharMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectCharMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectDoubleHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectDoubleHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectDoubleMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectDoubleMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectDoubleMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectFloatHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectFloatHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectFloatMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectFloatMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectFloatMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectIntHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectIntHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectIntMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectIntMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectIntMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectLongHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectLongHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectLongMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectLongMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectLongMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectShortHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectShortHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectShortMap)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectShortMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectShortMap</a>&lt;K&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectBooleanHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,boolean)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key,
boolean&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectBooleanHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,boolean,K,boolean)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
boolean&nbsp;value1,
K&nbsp;key2,
boolean&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectBooleanHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,boolean,K,boolean,K,boolean)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
boolean&nbsp;value1,
K&nbsp;key2,
boolean&nbsp;value2,
K&nbsp;key3,
boolean&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectBooleanHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectBooleanHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,boolean,K,boolean,K,boolean,K,boolean)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
boolean&nbsp;value1,
K&nbsp;key2,
boolean&nbsp;value2,
K&nbsp;key3,
boolean&nbsp;value3,
K&nbsp;key4,
boolean&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectByteHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,byte)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
byte&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectByteHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,byte,K,byte)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
byte&nbsp;value1,
K&nbsp;key2,
byte&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectByteHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,byte,K,byte,K,byte)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
byte&nbsp;value1,
K&nbsp;key2,
byte&nbsp;value2,
K&nbsp;key3,
byte&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectByteHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,byte,K,byte,K,byte,K,byte)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
byte&nbsp;value1,
K&nbsp;key2,
byte&nbsp;value2,
K&nbsp;key3,
byte&nbsp;value3,
K&nbsp;key4,
byte&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectCharHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,char)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
char&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectCharHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,char,K,char)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
char&nbsp;value1,
K&nbsp;key2,
char&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectCharHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,char,K,char,K,char)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
char&nbsp;value1,
K&nbsp;key2,
char&nbsp;value2,
K&nbsp;key3,
char&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectCharHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,char,K,char,K,char,K,char)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
char&nbsp;value1,
K&nbsp;key2,
char&nbsp;value2,
K&nbsp;key3,
char&nbsp;value3,
K&nbsp;key4,
char&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectDoubleHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,double)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
double&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectDoubleHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,double,K,double)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
double&nbsp;value1,
K&nbsp;key2,
double&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectDoubleHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,double,K,double,K,double)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
double&nbsp;value1,
K&nbsp;key2,
double&nbsp;value2,
K&nbsp;key3,
double&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectDoubleHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectDoubleHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,double,K,double,K,double,K,double)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
double&nbsp;value1,
K&nbsp;key2,
double&nbsp;value2,
K&nbsp;key3,
double&nbsp;value3,
K&nbsp;key4,
double&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectFloatHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,float)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
float&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectFloatHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,float,K,float)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
float&nbsp;value1,
K&nbsp;key2,
float&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectFloatHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,float,K,float,K,float)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
float&nbsp;value1,
K&nbsp;key2,
float&nbsp;value2,
K&nbsp;key3,
float&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectFloatHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectFloatHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,float,K,float,K,float,K,float)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
float&nbsp;value1,
K&nbsp;key2,
float&nbsp;value2,
K&nbsp;key3,
float&nbsp;value3,
K&nbsp;key4,
float&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectIntHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,int)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
int&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectIntHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,int,K,int)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
int&nbsp;value1,
K&nbsp;key2,
int&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectIntHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,int,K,int,K,int)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
int&nbsp;value1,
K&nbsp;key2,
int&nbsp;value2,
K&nbsp;key3,
int&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectIntHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,int,K,int,K,int,K,int)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
int&nbsp;value1,
K&nbsp;key2,
int&nbsp;value2,
K&nbsp;key3,
int&nbsp;value3,
K&nbsp;key4,
int&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectLongHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,long)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
long&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectLongHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,long,K,long)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
long&nbsp;value1,
K&nbsp;key2,
long&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectLongHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,long,K,long,K,long)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
long&nbsp;value1,
K&nbsp;key2,
long&nbsp;value2,
K&nbsp;key3,
long&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectLongHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectLongHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,long,K,long,K,long,K,long)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
long&nbsp;value1,
K&nbsp;key2,
long&nbsp;value2,
K&nbsp;key3,
long&nbsp;value3,
K&nbsp;key4,
long&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectShortHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,short)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
short&nbsp;value1)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectShortHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,short,K,short)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
short&nbsp;value1,
K&nbsp;key2,
short&nbsp;value2)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectShortHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,short,K,short,K,short)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
short&nbsp;value1,
K&nbsp;key2,
short&nbsp;value2,
K&nbsp;key3,
short&nbsp;value3)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ObjectShortHashMapWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectShortHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,short,K,short,K,short,K,short)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
short&nbsp;value1,
K&nbsp;key2,
short&nbsp;value2,
K&nbsp;key3,
short&nbsp;value3,
K&nbsp;key4,
short&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectBooleanHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="type parameter in ObjectBooleanHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectBooleanHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="type parameter in ObjectBooleanHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectBooleanMap)">ObjectBooleanHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="type parameter in ObjectBooleanHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectBooleanMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectBooleanMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectBooleanHashMapWithHashingStrategy.html" title="type parameter in ObjectBooleanHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectByteHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="type parameter in ObjectByteHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectByteHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="type parameter in ObjectByteHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectByteMap)">ObjectByteHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="type parameter in ObjectByteHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectByteMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectByteMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html" title="type parameter in ObjectByteHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectCharHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="type parameter in ObjectCharHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectCharHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="type parameter in ObjectCharHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectCharMap)">ObjectCharHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="type parameter in ObjectCharHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectCharMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectCharMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html" title="type parameter in ObjectCharHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectDoubleHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="type parameter in ObjectDoubleHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectDoubleHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="type parameter in ObjectDoubleHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectDoubleMap)">ObjectDoubleHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="type parameter in ObjectDoubleHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectDoubleMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectDoubleMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectDoubleHashMapWithHashingStrategy.html" title="type parameter in ObjectDoubleHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectFloatHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="type parameter in ObjectFloatHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectFloatHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="type parameter in ObjectFloatHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectFloatMap)">ObjectFloatHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="type parameter in ObjectFloatHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectFloatMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectFloatMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectFloatHashMapWithHashingStrategy.html" title="type parameter in ObjectFloatHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectIntHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="type parameter in ObjectIntHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectIntHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="type parameter in ObjectIntHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectIntMap)">ObjectIntHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="type parameter in ObjectIntHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectIntMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectIntMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html" title="type parameter in ObjectIntHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectLongHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="type parameter in ObjectLongHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectLongHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="type parameter in ObjectLongHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectLongMap)">ObjectLongHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="type parameter in ObjectLongHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectLongMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectLongMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectLongHashMapWithHashingStrategy.html" title="type parameter in ObjectLongHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">ObjectShortHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="type parameter in ObjectShortHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">ObjectShortHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="type parameter in ObjectShortHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.map.primitive.ObjectShortMap)">ObjectShortHashMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="type parameter in ObjectShortHashMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../map/primitive/ObjectShortMap.html" title="interface in org.eclipse.collections.api.map.primitive">ObjectShortMap</a>&lt;? extends <a href="../../../impl/map/mutable/primitive/ObjectShortHashMapWithHashingStrategy.html" title="type parameter in ObjectShortHashMapWithHashingStrategy">K</a>&gt;&nbsp;map)</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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>Methods in <a href="../../../impl/map/strategy/immutable/package-summary.html">org.eclipse.collections.impl.map.strategy.immutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;T1,&#8203;
T2&gt;&nbsp;<a href="../../../impl/map/strategy/immutable/ImmutableEntryWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.immutable">ImmutableEntryWithHashingStrategy</a>&lt;T1,&#8203;T2&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableEntryWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableEntryWithHashingStrategy.html#of(T1,T2,org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(T1&nbsp;key,
T2&nbsp;value,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T1&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/map/strategy/immutable/package-summary.html">org.eclipse.collections.impl.map.strategy.immutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableEntryWithHashingStrategy.html#%3Cinit%3E(K,V,org.eclipse.collections.api.block.HashingStrategy)">ImmutableEntryWithHashingStrategy</a></span>&#8203;(<a href="../../../impl/map/strategy/immutable/ImmutableEntryWithHashingStrategy.html" title="type parameter in ImmutableEntryWithHashingStrategy">K</a>&nbsp;key,
<a href="../../../impl/map/strategy/immutable/ImmutableEntryWithHashingStrategy.html" title="type parameter in ImmutableEntryWithHashingStrategy">V</a>&nbsp;value,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/immutable/ImmutableEntryWithHashingStrategy.html" title="type parameter in ImmutableEntryWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/immutable/ImmutableUnifiedMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">ImmutableUnifiedMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/immutable/ImmutableUnifiedMapWithHashingStrategy.html" title="type parameter in ImmutableUnifiedMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../../impl/map/strategy/immutable/ImmutableUnifiedMapWithHashingStrategy.html" title="type parameter in ImmutableUnifiedMapWithHashingStrategy">K</a>,&#8203;<a href="../../../impl/map/strategy/immutable/ImmutableUnifiedMapWithHashingStrategy.html" title="type parameter in ImmutableUnifiedMapWithHashingStrategy">V</a>&gt;...&nbsp;pairs)</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.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/map/strategy/mutable/package-summary.html">org.eclipse.collections.impl.map.strategy.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/map/strategy/mutable/package-summary.html">org.eclipse.collections.impl.map.strategy.mutable</a> that return <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#hashingStrategy()">hashingStrategy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/map/strategy/mutable/package-summary.html">org.eclipse.collections.impl.map.strategy.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,int)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
int&nbsp;size)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,int,float)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
int&nbsp;size,
float&nbsp;loadFactor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newMap(org.eclipse.collections.api.block.HashingStrategy,java.util.Map)">newMap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<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">Map</a>&lt;? extends K,&#8203;? extends V&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newMapWith(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">newMapWith</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<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="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K,&#8203;V&gt;&gt;&nbsp;inputIterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newMapWith(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">newMapWith</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K,&#8203;V&gt;...&nbsp;pairs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,V)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key,
V&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#newWithKeysValues(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">newWithKeysValues</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;K,&#8203;
V&gt;&nbsp;<a href="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
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="../../map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategyMapFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/MutableHashingStrategyMapFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,K,V,K,V,K,V,K,V)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K&nbsp;key1,
V&nbsp;value1,
K&nbsp;key2,
V&nbsp;value2,
K&nbsp;key3,
V&nbsp;value3,
K&nbsp;key4,
V&nbsp;value4)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/map/strategy/mutable/package-summary.html">org.eclipse.collections.impl.map.strategy.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">UnifiedMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">UnifiedMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int,float)">UnifiedMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity,
float&nbsp;loadFactor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,java.util.Map)">UnifiedMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<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">Map</a>&lt;? extends <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>,&#8203;? extends <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">V</a>&gt;&nbsp;map)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">UnifiedMapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">K</a>,&#8203;<a href="../../../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="type parameter in UnifiedMapWithHashingStrategy">V</a>&gt;...&nbsp;pairs)</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.strategy">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/multimap/bag/strategy/package-summary.html">org.eclipse.collections.impl.multimap.bag.strategy</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/multimap/bag/strategy/package-summary.html">org.eclipse.collections.impl.multimap.bag.strategy</a> that return <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagMultimapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#getKeyHashingStrategy()">getKeyHashingStrategy</a></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/strategy/package-summary.html">org.eclipse.collections.impl.multimap.bag.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.multimap.bag.strategy">HashBagMultimapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagMultimapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;multimapHashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.multimap.bag.strategy">HashBagMultimapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagMultimapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;multimapHashingStrategy,
<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="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K,&#8203;V&gt;&gt;&nbsp;inputIterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.multimap.bag.strategy">HashBagMultimapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagMultimapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.multimap.Multimap)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;multimapHashingStrategy,
<a href="../../multimap/Multimap.html" title="interface in org.eclipse.collections.api.multimap">Multimap</a>&lt;? extends K,&#8203;? extends V&gt;&nbsp;multimap)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.multimap.bag.strategy">HashBagMultimapWithHashingStrategy</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HashBagMultimapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;multimapHashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K,&#8203;V&gt;...&nbsp;pairs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/multimap/bag/strategy/package-summary.html">org.eclipse.collections.impl.multimap.bag.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">HashBagMultimapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">HashBagMultimapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<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="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>,&#8203;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">V</a>&gt;&gt;&nbsp;inputIterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.multimap.Multimap)">HashBagMultimapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../multimap/Multimap.html" title="interface in org.eclipse.collections.api.multimap">Multimap</a>&lt;? extends <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>,&#8203;? extends <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">V</a>&gt;&nbsp;multimap)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">HashBagMultimapWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>&gt;&nbsp;hashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">K</a>,&#8203;<a href="../../../impl/multimap/bag/strategy/HashBagMultimapWithHashingStrategy.html" title="type parameter in HashBagMultimapWithHashingStrategy">V</a>&gt;...&nbsp;pairs)</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.set.strategy">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/multimap/set/strategy/package-summary.html">org.eclipse.collections.impl.multimap.set.strategy</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/multimap/set/strategy/package-summary.html">org.eclipse.collections.impl.multimap.set.strategy</a> that return <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategyMultimap.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#getValueHashingStrategy()">getValueHashingStrategy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/multimap/set/strategy/package-summary.html">org.eclipse.collections.impl.multimap.set.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="class in org.eclipse.collections.impl.multimap.set.strategy">UnifiedSetWithHashingStrategyMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategyMultimap.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super V&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="class in org.eclipse.collections.impl.multimap.set.strategy">UnifiedSetWithHashingStrategyMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategyMultimap.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super V&gt;&nbsp;hashingStrategy,
<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="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K,&#8203;V&gt;&gt;&nbsp;inputIterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="class in org.eclipse.collections.impl.multimap.set.strategy">UnifiedSetWithHashingStrategyMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategyMultimap.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.multimap.Multimap)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super V&gt;&nbsp;hashingStrategy,
<a href="../../multimap/Multimap.html" title="interface in org.eclipse.collections.api.multimap">Multimap</a>&lt;? extends K,&#8203;? extends V&gt;&nbsp;multimap)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K,&#8203;
V&gt;&nbsp;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="class in org.eclipse.collections.impl.multimap.set.strategy">UnifiedSetWithHashingStrategyMultimap</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategyMultimap.</span><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#newMultimap(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">newMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super V&gt;&nbsp;hashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;K,&#8203;V&gt;...&nbsp;pairs)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/multimap/set/strategy/package-summary.html">org.eclipse.collections.impl.multimap.set.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">UnifiedSetWithHashingStrategyMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">UnifiedSetWithHashingStrategyMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;&nbsp;hashingStrategy,
<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="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">K</a>,&#8203;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;&gt;&nbsp;inputIterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.multimap.Multimap)">UnifiedSetWithHashingStrategyMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;&nbsp;hashingStrategy,
<a href="../../multimap/Multimap.html" title="interface in org.eclipse.collections.api.multimap">Multimap</a>&lt;? extends <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">K</a>,&#8203;? extends <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;&nbsp;multimap)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.api.tuple.Pair...)">UnifiedSetWithHashingStrategyMultimap</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;&nbsp;hashingStrategy,
<a href="../../tuple/Pair.html" title="interface in org.eclipse.collections.api.tuple">Pair</a>&lt;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">K</a>,&#8203;<a href="../../../impl/multimap/set/strategy/UnifiedSetWithHashingStrategyMultimap.html" title="type parameter in UnifiedSetWithHashingStrategyMultimap">V</a>&gt;...&nbsp;pairs)</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.partition.set.strategy">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/partition/set/strategy/package-summary.html">org.eclipse.collections.impl.partition.set.strategy</a></h2>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/partition/set/strategy/package-summary.html">org.eclipse.collections.impl.partition.set.strategy</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/partition/set/strategy/PartitionUnifiedSetWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">PartitionUnifiedSetWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/partition/set/strategy/PartitionUnifiedSetWithHashingStrategy.html" title="type parameter in PartitionUnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy)</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.set.strategy.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/set/strategy/immutable/package-summary.html">org.eclipse.collections.impl.set.strategy.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/set/strategy/immutable/package-summary.html">org.eclipse.collections.impl.set.strategy.immutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,T...)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#ofAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#ofInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">ofInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">withAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/immutable/ImmutableHashingStrategySetFactoryImpl.html#withInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">withInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</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.set.strategy.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/set/strategy/mutable/package-summary.html">org.eclipse.collections.impl.set.strategy.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/set/strategy/mutable/package-summary.html">org.eclipse.collections.impl.set.strategy.mutable</a> that return <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#hashingStrategy()">hashingStrategy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/set/strategy/mutable/package-summary.html">org.eclipse.collections.impl.set.strategy.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;K&gt;&nbsp;<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#newSet(org.eclipse.collections.api.block.HashingStrategy)">newSet</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#newSet(org.eclipse.collections.api.block.HashingStrategy,int)">newSet</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
int&nbsp;size)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#newSet(org.eclipse.collections.api.block.HashingStrategy,int,float)">newSet</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
int&nbsp;size,
float&nbsp;loadFactor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#newSet(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">newSet</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
<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 K&gt;&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;K&gt;&nbsp;<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a>&lt;K&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSetWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#newSetWith(org.eclipse.collections.api.block.HashingStrategy,K...)">newSetWith</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super K&gt;&nbsp;hashingStrategy,
K...&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#of(org.eclipse.collections.api.block.HashingStrategy,T...)">of</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#ofAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#ofInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">ofInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#with(org.eclipse.collections.api.block.HashingStrategy,T...)">with</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
T...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#withAll(org.eclipse.collections.api.block.HashingStrategy,java.lang.Iterable)">withAll</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
<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 T&gt;&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableHashingStrategySetFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/MutableHashingStrategySetFactoryImpl.html#withInitialCapacity(org.eclipse.collections.api.block.HashingStrategy,int)">withInitialCapacity</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy,
int&nbsp;capacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/set/strategy/mutable/package-summary.html">org.eclipse.collections.impl.set.strategy.mutable</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy)">UnifiedSetWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int)">UnifiedSetWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,int,float)">UnifiedSetWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy,
int&nbsp;initialCapacity,
float&nbsp;loadFactor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,java.util.Collection)">UnifiedSetWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;? extends <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;collection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html#%3Cinit%3E(org.eclipse.collections.api.block.HashingStrategy,org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy)">UnifiedSetWithHashingStrategy</a></span>&#8203;(<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super <a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;hashingStrategy,
<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a>&lt;<a href="../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;set)</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.utility">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;T&gt;&nbsp;<a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/ArrayIterate.html#distinct(T%5B%5D,org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(T[]&nbsp;objectArray,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayListIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/ArrayListIterate.html#distinct(java.util.ArrayList,org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;T&gt;&nbsp;list,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/ListIterate.html#distinct(java.util.List,org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;T&gt;&nbsp;list,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</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.utility.internal">
<!-- -->
</a>
<h2>Uses of <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a> in <a href="../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a> with parameters of type <a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</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 &lt;T&gt;&nbsp;<a href="../../../impl/list/mutable/FastList.html" title="class in org.eclipse.collections.impl.list.mutable">FastList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">InternalArrayIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/InternalArrayIterate.html#distinct(T%5B%5D,int,org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(T[]&nbsp;objectArray,
int&nbsp;size,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IterableIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/IterableIterate.html#distinct(java.lang.Iterable,org.eclipse.collections.api.block.HashingStrategy)">distinct</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;T&gt;&nbsp;iterable,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/IteratorIterate.html#distinct(java.util.Iterator,org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util" class="externalLink">Iterator</a>&lt;T&gt;&nbsp;iterator,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomAccessListIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/RandomAccessListIterate.html#distinct(java.util.List,org.eclipse.collections.api.block.HashingStrategy)">distinct</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;T&gt;&nbsp;list,
<a href="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">HashingStrategy</a>&lt;? super T&gt;&nbsp;hashingStrategy)</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="../HashingStrategy.html" title="interface in org.eclipse.collections.api.block">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>