blob: 56997ad34a0486166ed3dff9c1e22718157923c6 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.set.ParallelUnsortedSetIterable (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="use: package: org.eclipse.collections.api.set, interface: ParallelUnsortedSetIterable">
<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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.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.set.ParallelUnsortedSetIterable" class="title">Uses of Interface<br>org.eclipse.collections.api.set.ParallelUnsortedSetIterable</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag">org.eclipse.collections.api.bag</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Bag API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.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.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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel">org.eclipse.collections.impl.lazy.parallel</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.bag">org.eclipse.collections.impl.lazy.parallel.bag</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.list">org.eclipse.collections.impl.lazy.parallel.list</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.set">org.eclipse.collections.impl.lazy.parallel.set</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.immutable">org.eclipse.collections.impl.set.immutable</a></th>
<td class="colLast">
<div class="block">This package package contains the implementations of <a href="../ImmutableSet.html" title="interface in org.eclipse.collections.api.set"><code>ImmutableSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<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="../MutableSet.html" title="interface in org.eclipse.collections.api.set"><code>MutableSet</code></a>.</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="../../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.bag">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../../bag/package-summary.html">org.eclipse.collections.api.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../bag/package-summary.html">org.eclipse.collections.api.bag</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../bag/ParallelUnsortedBag.html" title="type parameter in ParallelUnsortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedBag.</span><code><span class="memberNameLink"><a href="../../bag/ParallelUnsortedBag.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.list">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../list/ParallelListIterable.html" title="type parameter in ParallelListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelListIterable.</span><code><span class="memberNameLink"><a href="../../list/ParallelListIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../package-summary.html">org.eclipse.collections.api.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.collections.api.set</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../UnsortedSetIterable.html" title="type parameter in UnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../UnsortedSetIterable.html#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../ParallelUnsortedSetIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../ParallelUnsortedSetIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a parallel iterable for rejecting elements from the current iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../ParallelUnsortedSetIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../ParallelUnsortedSetIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a parallel iterable for selecting elements from the current iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../ParallelUnsortedSetIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../ParallelUnsortedSetIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../ParallelUnsortedSetIterable.html" title="type parameter in ParallelUnsortedSetIterable">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.lazy.parallel">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../../../impl/lazy/parallel/package-summary.html">org.eclipse.collections.impl.lazy.parallel</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/lazy/parallel/package-summary.html">org.eclipse.collections.impl.lazy.parallel</a> that implement <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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/lazy/parallel/ParallelDistinctIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel">ParallelDistinctIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/lazy/parallel/package-summary.html">org.eclipse.collections.impl.lazy.parallel</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/AbstractParallelIterableImpl.html" title="type parameter in AbstractParallelIterableImpl">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelIterableImpl.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/AbstractParallelIterableImpl.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/ParallelDistinctIterable.html" title="type parameter in ParallelDistinctIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ParallelDistinctIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/ParallelDistinctIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.parallel.bag">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../../../impl/lazy/parallel/bag/package-summary.html">org.eclipse.collections.impl.lazy.parallel.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/lazy/parallel/bag/package-summary.html">org.eclipse.collections.impl.lazy.parallel.bag</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/bag/AbstractParallelUnsortedBag.html" title="type parameter in AbstractParallelUnsortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedBag.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/bag/AbstractParallelUnsortedBag.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/bag/NonParallelUnsortedBag.html" title="type parameter in NonParallelUnsortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedBag.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/bag/NonParallelUnsortedBag.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.parallel.list">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../../../impl/lazy/parallel/list/package-summary.html">org.eclipse.collections.impl.lazy.parallel.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/lazy/parallel/list/package-summary.html">org.eclipse.collections.impl.lazy.parallel.list</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/list/AbstractParallelListIterable.html" title="type parameter in AbstractParallelListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelListIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/AbstractParallelListIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/list/MultiReaderParallelListIterable.html" title="type parameter in MultiReaderParallelListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelListIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/MultiReaderParallelListIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/list/NonParallelListIterable.html" title="type parameter in NonParallelListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelListIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/NonParallelListIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/list/SynchronizedParallelListIterable.html" title="type parameter in SynchronizedParallelListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelListIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/SynchronizedParallelListIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.parallel.set">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../../../impl/lazy/parallel/set/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/lazy/parallel/set/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set</a> that implement <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">AbstractParallelUnsortedSetIterable</a>&lt;T,&#8203;B extends <a href="../../../impl/lazy/parallel/set/UnsortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set">UnsortedSetBatch</a>&lt;T&gt;&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">MultiReaderParallelUnsortedSetIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">NonParallelUnsortedSetIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">SynchronizedParallelUnsortedSetIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/lazy/parallel/set/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#asUnique()">asUnique</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#reject(org.eclipse.collections.api.block.predicate.Predicate)">reject</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#rejectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">rejectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#select(org.eclipse.collections.api.block.predicate.Predicate)">select</a></span>&#8203;(<a href="../../block/predicate/Predicate.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate</a>&lt;? super <a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;S&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#selectInstancesOf(java.lang.Class)">selectInstancesOf</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;S&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;P&gt;&nbsp;<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/AbstractParallelUnsortedSetIterable.html" title="type parameter in AbstractParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">NonParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/NonParallelUnsortedSetIterable.html" title="type parameter in NonParallelUnsortedSetIterable">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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedParallelUnsortedSetIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#selectWith(org.eclipse.collections.api.block.predicate.Predicate2,P)">selectWith</a></span>&#8203;(<a href="../../block/predicate/Predicate2.html" title="interface in org.eclipse.collections.api.block.predicate">Predicate2</a>&lt;? super <a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>,&#8203;? super P&gt;&nbsp;predicate,
P&nbsp;parameter)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/lazy/parallel/set/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set</a> with parameters of type <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html#%3Cinit%3E(org.eclipse.collections.api.set.ParallelUnsortedSetIterable,java.util.concurrent.locks.ReadWriteLock)">MultiReaderParallelUnsortedSetIterable</a></span>&#8203;(<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/MultiReaderParallelUnsortedSetIterable.html" title="type parameter in MultiReaderParallelUnsortedSetIterable">T</a>&gt;&nbsp;delegate,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/ReadWriteLock.html?is-external=true" title="class or interface in java.util.concurrent.locks" class="externalLink">ReadWriteLock</a>&nbsp;lock)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html#%3Cinit%3E(org.eclipse.collections.api.set.ParallelUnsortedSetIterable,java.lang.Object)">SynchronizedParallelUnsortedSetIterable</a></span>&#8203;(<a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/lazy/parallel/set/SynchronizedParallelUnsortedSetIterable.html" title="type parameter in SynchronizedParallelUnsortedSetIterable">T</a>&gt;&nbsp;delegate,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;lock)</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.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a> in <a href="../../../impl/set/immutable/package-summary.html">org.eclipse.collections.impl.set.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/set/immutable/package-summary.html">org.eclipse.collections.impl.set.immutable</a> that return <a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;<a href="../../../impl/set/immutable/AbstractImmutableSet.html" title="type parameter in AbstractImmutableSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractImmutableSet.</span><code><span class="memberNameLink"><a href="../../../impl/set/immutable/AbstractImmutableSet.html#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</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#asParallel(java.util.concurrent.ExecutorService,int)">asParallel</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">ExecutorService</a>&nbsp;executorService,
int&nbsp;batchSize)</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="../ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.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>