blob: 05d6d1c8d493bf0daaee82295106899c1545035a [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.partition.set.PartitionMutableSet (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.partition.set, interface: PartitionMutableSet">
<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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">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.partition.set.PartitionMutableSet" class="title">Uses of Interface<br>org.eclipse.collections.api.partition.set.PartitionMutableSet</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bimap">org.eclipse.collections.api.bimap</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for BiMap API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.set">org.eclipse.collections.api.set</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for set API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Set</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bimap.mutable">org.eclipse.collections.impl.bimap.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../../bimap/MutableBiMap.html" title="interface in org.eclipse.collections.api.bimap"><code>MutableBiMap</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.partition.set">org.eclipse.collections.impl.partition.set</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../PartitionSet.html" title="interface in org.eclipse.collections.api.partition.set"><code>PartitionSet</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set"><code>PartitionMutableSet</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable">org.eclipse.collections.impl.set.mutable</a></th>
<td class="colLast">
<div class="block">This package package contains implementations of <a href="../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set"><code>MutableSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<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="../../../block/HashingStrategy.html" title="interface in org.eclipse.collections.api.block"><code>HashingStrategy</code></a>s.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bimap">
<!-- -->
</a>
<h2>Uses of <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a> in <a href="../../../bimap/package-summary.html">org.eclipse.collections.api.bimap</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../bimap/package-summary.html">org.eclipse.collections.api.bimap</a> that return <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../bimap/MutableBiMap.html" title="type parameter in MutableBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableBiMap.</span><code><span class="memberNameLink"><a href="../../../bimap/MutableBiMap.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../bimap/MutableBiMap.html" title="type parameter in MutableBiMap">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../bimap/MutableBiMap.html" title="type parameter in MutableBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableBiMap.</span><code><span class="memberNameLink"><a href="../../../bimap/MutableBiMap.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../bimap/MutableBiMap.html" title="type parameter in MutableBiMap">V</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set">
<!-- -->
</a>
<h2>Uses of <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a> in <a href="../../../set/package-summary.html">org.eclipse.collections.api.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../set/package-summary.html">org.eclipse.collections.api.set</a> that return <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../set/MutableSet.html" title="type parameter in MutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSet.</span><code><span class="memberNameLink"><a href="../../../set/MutableSet.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../set/MutableSet.html" title="type parameter in MutableSet">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../set/MutableSet.html" title="type parameter in MutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSet.</span><code><span class="memberNameLink"><a href="../../../set/MutableSet.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../set/MutableSet.html" title="type parameter in MutableSet">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bimap.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a> in <a href="../../../../impl/bimap/mutable/package-summary.html">org.eclipse.collections.impl.bimap.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/bimap/mutable/package-summary.html">org.eclipse.collections.impl.bimap.mutable</a> that return <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/bimap/mutable/SynchronizedBiMap.html" title="type parameter in SynchronizedBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedBiMap.</span><code><span class="memberNameLink"><a href="../../../../impl/bimap/mutable/SynchronizedBiMap.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/bimap/mutable/SynchronizedBiMap.html" title="type parameter in SynchronizedBiMap">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/bimap/mutable/UnmodifiableBiMap.html" title="type parameter in UnmodifiableBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableBiMap.</span><code><span class="memberNameLink"><a href="../../../../impl/bimap/mutable/UnmodifiableBiMap.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/bimap/mutable/UnmodifiableBiMap.html" title="type parameter in UnmodifiableBiMap">V</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/bimap/mutable/SynchronizedBiMap.html" title="type parameter in SynchronizedBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedBiMap.</span><code><span class="memberNameLink"><a href="../../../../impl/bimap/mutable/SynchronizedBiMap.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/bimap/mutable/SynchronizedBiMap.html" title="type parameter in SynchronizedBiMap">V</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/bimap/mutable/UnmodifiableBiMap.html" title="type parameter in UnmodifiableBiMap">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableBiMap.</span><code><span class="memberNameLink"><a href="../../../../impl/bimap/mutable/UnmodifiableBiMap.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/bimap/mutable/UnmodifiableBiMap.html" title="type parameter in UnmodifiableBiMap">V</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.partition.set">
<!-- -->
</a>
<h2>Uses of <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a> in <a href="../../../../impl/partition/set/package-summary.html">org.eclipse.collections.impl.partition.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../../impl/partition/set/package-summary.html">org.eclipse.collections.impl.partition.set</a> that implement <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/partition/set/PartitionUnifiedSet.html" title="class in org.eclipse.collections.impl.partition.set">PartitionUnifiedSet</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../impl/partition/set/package-summary.html">org.eclipse.collections.impl.partition.set</a> with parameters of type <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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/PartitionImmutableSetImpl.html#%3Cinit%3E(org.eclipse.collections.api.partition.set.PartitionMutableSet)">PartitionImmutableSetImpl</a></span>&#8203;(<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/partition/set/PartitionImmutableSetImpl.html" title="type parameter in PartitionImmutableSetImpl">T</a>&gt;&nbsp;mutablePartition)</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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>Classes in <a href="../../../../impl/partition/set/strategy/package-summary.html">org.eclipse.collections.impl.partition.set.strategy</a> that implement <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/partition/set/strategy/PartitionUnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.partition.set.strategy">PartitionUnifiedSetWithHashingStrategy</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a> in <a href="../../../../impl/set/mutable/package-summary.html">org.eclipse.collections.impl.set.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/set/mutable/package-summary.html">org.eclipse.collections.impl.set.mutable</a> that return <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/AbstractMutableSet.html" title="type parameter in AbstractMutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/AbstractMutableSet.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/mutable/AbstractMutableSet.html" title="type parameter in AbstractMutableSet">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/MultiReaderUnifiedSet.html" title="type parameter in MultiReaderUnifiedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderUnifiedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/MultiReaderUnifiedSet.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/mutable/MultiReaderUnifiedSet.html" title="type parameter in MultiReaderUnifiedSet">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/SetAdapter.html" title="type parameter in SetAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/SetAdapter.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/mutable/SetAdapter.html" title="type parameter in SetAdapter">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/SynchronizedMutableSet.html" title="type parameter in SynchronizedMutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/SynchronizedMutableSet.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/mutable/SynchronizedMutableSet.html" title="type parameter in SynchronizedMutableSet">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/UnifiedSet.html" title="type parameter in UnifiedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/UnifiedSet.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/mutable/UnifiedSet.html" title="type parameter in UnifiedSet">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/UnmodifiableMutableSet.html" title="type parameter in UnmodifiableMutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/UnmodifiableMutableSet.html#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/mutable/UnmodifiableMutableSet.html" title="type parameter in UnmodifiableMutableSet">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/AbstractMutableSet.html" title="type parameter in AbstractMutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/AbstractMutableSet.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/mutable/AbstractMutableSet.html" title="type parameter in AbstractMutableSet">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/MultiReaderUnifiedSet.html" title="type parameter in MultiReaderUnifiedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderUnifiedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/MultiReaderUnifiedSet.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/mutable/MultiReaderUnifiedSet.html" title="type parameter in MultiReaderUnifiedSet">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/SetAdapter.html" title="type parameter in SetAdapter">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/SetAdapter.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/mutable/SetAdapter.html" title="type parameter in SetAdapter">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/SynchronizedMutableSet.html" title="type parameter in SynchronizedMutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/SynchronizedMutableSet.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/mutable/SynchronizedMutableSet.html" title="type parameter in SynchronizedMutableSet">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/UnifiedSet.html" title="type parameter in UnifiedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnifiedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/UnifiedSet.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/mutable/UnifiedSet.html" title="type parameter in UnifiedSet">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<a href="../../../../impl/set/mutable/UnmodifiableMutableSet.html" title="type parameter in UnmodifiableMutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/mutable/UnmodifiableMutableSet.html#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/mutable/UnmodifiableMutableSet.html" title="type parameter in UnmodifiableMutableSet">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.strategy.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<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#partition(org.eclipse.collections.api.block.predicate.Predicate)">partition</a></span>&#8203;(<a href="../../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">PartitionMutableSet</a>&lt;<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#partitionWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">partitionWith</a></span>&#8203;(<a href="../../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="type parameter in UnifiedSetWithHashingStrategy">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</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="../PartitionMutableSet.html" title="interface in org.eclipse.collections.api.partition.set">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>