blob: d597aa9f9d5eccfd2104a4ff7446ea486b720efc [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 Class org.eclipse.collections.api.annotation.Beta (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.annotation, annotation type: Beta">
<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="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">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 Class org.eclipse.collections.api.annotation.Beta" class="title">Uses of Class<br>org.eclipse.collections.api.annotation.Beta</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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">org.eclipse.collections.api</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag.sorted">org.eclipse.collections.api.bag.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for SortedBag API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.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.api.set.sorted">org.eclipse.collections.api.set.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for sorted set API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable">org.eclipse.collections.impl.bag.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag"><code>MutableBag</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.sorted.mutable">org.eclipse.collections.impl.bag.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../../bag/sorted/MutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted"><code>MutableSortedBag</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<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="altColor">
<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="rowColor">
<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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.parallel.set.sorted">org.eclipse.collections.impl.lazy.parallel.set.sorted</a></th>
<td class="colLast">&nbsp;</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.sorted.mutable">org.eclipse.collections.impl.set.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../../set/sorted/MutableSortedSet.html" title="interface in org.eclipse.collections.api.set.sorted"><code>MutableSortedSet</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">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../package-summary.html">org.eclipse.collections.api</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../ParallelIterable.html" title="interface in org.eclipse.collections.api">ParallelIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../bag/package-summary.html">org.eclipse.collections.api.bag</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../bag/package-summary.html">org.eclipse.collections.api.bag</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../bag/ParallelBag.html" title="interface in org.eclipse.collections.api.bag">ParallelBag</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../bag/ParallelUnsortedBag.html" title="interface in org.eclipse.collections.api.bag">ParallelUnsortedBag</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.api.bag.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../bag/sorted/ParallelSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted">ParallelSortedBag</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.api.list">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../list/package-summary.html">org.eclipse.collections.api.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../list/package-summary.html">org.eclipse.collections.api.list</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../list/ParallelListIterable.html" title="interface in org.eclipse.collections.api.list">ParallelListIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../list/package-summary.html">org.eclipse.collections.api.list</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../list/ParallelListIterable.html" title="interface in org.eclipse.collections.api.list">ParallelListIterable</a>&lt;<a href="../../list/ListIterable.html" title="type parameter in ListIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListIterable.</span><code><span class="memberNameLink"><a href="../../list/ListIterable.html#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">
<div class="block">Returns a parallel iterable of this ListIterable.</div>
</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="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../set/package-summary.html">org.eclipse.collections.api.set</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../set/package-summary.html">org.eclipse.collections.api.set</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../set/ParallelSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelSetIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../set/ParallelUnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelUnsortedSetIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A ParallelIterable is RichIterable which will defer evaluation for certain methods like select, reject, collect, etc.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../set/package-summary.html">org.eclipse.collections.api.set</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../set/ParallelSetIterable.html" title="interface in org.eclipse.collections.api.set">ParallelSetIterable</a>&lt;<a href="../../set/SetIterable.html" title="type parameter in SetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SetIterable.</span><code><span class="memberNameLink"><a href="../../set/SetIterable.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">
<div class="block">Returns a parallel iterable of this SetIterable.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../set/sorted/ParallelSortedSetIterable.html" title="interface in org.eclipse.collections.api.set.sorted">ParallelSortedSetIterable</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="../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../set/sorted/ParallelSortedSetIterable.html" title="interface in org.eclipse.collections.api.set.sorted">ParallelSortedSetIterable</a>&lt;<a href="../../set/sorted/SortedSetIterable.html" title="type parameter in SortedSetIterable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortedSetIterable.</span><code><span class="memberNameLink"><a href="../../set/sorted/SortedSetIterable.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">
<div class="block">Returns a parallel iterable of this SortedSetIterable.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../../impl/bag/mutable/package-summary.html">org.eclipse.collections.impl.bag.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/bag/mutable/package-summary.html">org.eclipse.collections.impl.bag.mutable</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../bag/ParallelUnsortedBag.html" title="interface in org.eclipse.collections.api.bag">ParallelUnsortedBag</a>&lt;<a href="../../../impl/bag/mutable/AbstractMutableBag.html" title="type parameter in AbstractMutableBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableBag.</span><code><span class="memberNameLink"><a href="../../../impl/bag/mutable/AbstractMutableBag.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.bag.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../bag/sorted/ParallelSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted">ParallelSortedBag</a>&lt;<a href="../../../impl/bag/sorted/mutable/AbstractMutableSortedBag.html" title="type parameter in AbstractMutableSortedBag">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../impl/bag/sorted/mutable/AbstractMutableSortedBag.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.lazy.parallel">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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/AbstractParallelIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel">AbstractParallelIterable</a>&lt;T,&#8203;B extends <a href="../../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">Batch</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/AbstractParallelIterableImpl.html" title="class in org.eclipse.collections.impl.lazy.parallel">AbstractParallelIterableImpl</a>&lt;T,&#8203;B extends <a href="../../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">Batch</a>&lt;T&gt;&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">Batch</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/MultiReaderParallelIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel">MultiReaderParallelIterable</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/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>
<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/ParallelSelectIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel">ParallelSelectIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/RootBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel">RootBatch</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">A <a href="../../../impl/lazy/parallel/Batch.html" title="interface in org.eclipse.collections.impl.lazy.parallel"><code>Batch</code></a> that must be at the root of the chain, not wrapped in other Batches.</div>
</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/SynchronizedParallelIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel">SynchronizedParallelIterable</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.lazy.parallel.bag">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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>Classes in <a href="../../../impl/lazy/parallel/bag/package-summary.html">org.eclipse.collections.impl.lazy.parallel.bag</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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/bag/AbstractParallelUnsortedBag.html" title="class in org.eclipse.collections.impl.lazy.parallel.bag">AbstractParallelUnsortedBag</a>&lt;T,&#8203;B extends <a href="../../../impl/lazy/parallel/bag/UnsortedBagBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.bag">UnsortedBagBatch</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/bag/CollectUnsortedBagBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.bag">CollectUnsortedBagBatch</a>&lt;T,&#8203;V&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/bag/FlatCollectUnsortedBagBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.bag">FlatCollectUnsortedBagBatch</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/bag/ParallelCollectUnsortedBag.html" title="class in org.eclipse.collections.impl.lazy.parallel.bag">ParallelCollectUnsortedBag</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/bag/RootUnsortedBagBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.bag">RootUnsortedBagBatch</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/bag/SelectUnsortedBagBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.bag">SelectUnsortedBagBatch</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/bag/UnsortedBagBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.bag">UnsortedBagBatch</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.lazy.parallel.list">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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>Classes in <a href="../../../impl/lazy/parallel/list/package-summary.html">org.eclipse.collections.impl.lazy.parallel.list</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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/list/AbstractParallelListIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">AbstractParallelListIterable</a>&lt;T,&#8203;B extends <a href="../../../impl/lazy/parallel/list/ListBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.list">ListBatch</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/list/CollectListBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">CollectListBatch</a>&lt;T,&#8203;V&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/list/DistinctBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">DistinctBatch</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/list/FlatCollectListBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">FlatCollectListBatch</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/ListBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.list">ListBatch</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/list/ListIterableBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">ListIterableBatch</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/list/ListIterableParallelIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">ListIterableParallelIterable</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/list/MultiReaderParallelListIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">MultiReaderParallelListIterable</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/list/ParallelCollectListIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">ParallelCollectListIterable</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/ParallelFlatCollectListIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">ParallelFlatCollectListIterable</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/list/RootListBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.list">RootListBatch</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/list/SelectListBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">SelectListBatch</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/list/SynchronizedParallelListIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.list">SynchronizedParallelListIterable</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.lazy.parallel.set">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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/CollectUnsortedSetBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">CollectUnsortedSetBatch</a>&lt;T,&#8203;V&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/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="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/ParallelCollectIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">ParallelCollectIterable</a>&lt;T,&#8203;V&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/ParallelFlatCollectIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">ParallelFlatCollectIterable</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/RootUnsortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set">RootUnsortedSetBatch</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/SelectUnsortedSetBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.set">SelectUnsortedSetBatch</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>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/UnsortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set">UnsortedSetBatch</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.lazy.parallel.set.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../../impl/lazy/parallel/set/sorted/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/lazy/parallel/set/sorted/package-summary.html">org.eclipse.collections.impl.lazy.parallel.set.sorted</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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/sorted/AbstractParallelSortedSetIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set.sorted">AbstractParallelSortedSetIterable</a>&lt;T,&#8203;B extends <a href="../../../impl/lazy/parallel/set/sorted/SortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set.sorted">SortedSetBatch</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/sorted/CollectSortedSetBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.set.sorted">CollectSortedSetBatch</a>&lt;T,&#8203;V&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/sorted/FlatCollectSortedSetBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.set.sorted">FlatCollectSortedSetBatch</a>&lt;T,&#8203;V&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/sorted/RootSortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set.sorted">RootSortedSetBatch</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/sorted/SelectSortedSetBatch.html" title="class in org.eclipse.collections.impl.lazy.parallel.set.sorted">SelectSortedSetBatch</a>&lt;T&gt;</span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/parallel/set/sorted/SortedSetBatch.html" title="interface in org.eclipse.collections.impl.lazy.parallel.set.sorted">SortedSetBatch</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/sorted/SynchronizedParallelSortedSetIterable.html" title="class in org.eclipse.collections.impl.lazy.parallel.set.sorted">SynchronizedParallelSortedSetIterable</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="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../set/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>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</a> in <a href="../../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../set/sorted/ParallelSortedSetIterable.html" title="interface in org.eclipse.collections.api.set.sorted">ParallelSortedSetIterable</a>&lt;<a href="../../../impl/set/sorted/mutable/TreeSortedSet.html" title="type parameter in TreeSortedSet">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeSortedSet.</span><code><span class="memberNameLink"><a href="../../../impl/set/sorted/mutable/TreeSortedSet.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="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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> with annotations of type <a href="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">Beta</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="../../set/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="../Beta.html" title="annotation in org.eclipse.collections.api.annotation">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>