blob: f7e645b0809f42c4fb59bf5770a1fdd9585fb35e [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>org.eclipse.collections.api.set.primitive (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="declaration: package: org.eclipse.collections.api.set.primitive">
<meta name="generator" content="javadoc/PackageWriterImpl">
<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="package-declaration">
<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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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="Package" class="title">Package&nbsp;org.eclipse.collections.api.set.primitive</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains API for mutable and immutable primitive sets.
<p>
A primitive set is similar to <a href="../SetIterable.html" title="interface in org.eclipse.collections.api.set"><code>SetIterable</code></a> and is memory-optimized for primitives.</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">BooleanSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">ByteSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharSet.html" title="interface in org.eclipse.collections.api.set.primitive">CharSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">DoubleSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">FloatSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableBooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableBooleanSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableByteSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableCharSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableCharSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableDoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableDoubleSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableFloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableFloatSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableIntSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableIntSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableLongSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableLongSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">ImmutableShortSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntSet.html" title="interface in org.eclipse.collections.api.set.primitive">IntSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongSet.html" title="interface in org.eclipse.collections.api.set.primitive">LongSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableBooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableBooleanSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableByteSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableByteSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableCharSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableCharSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableDoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableDoubleSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableFloatSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableFloatSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableIntSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableIntSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableLongSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableLongSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">MutableShortSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortSet.html" title="interface in org.eclipse.collections.api.set.primitive">ShortSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveSet.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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>