blob: e1bd4fb4244c7b7bf4b9ffe21d3e24a58f00c849 [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.impl.set.immutable.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.impl.set.immutable.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.impl.set.immutable.primitive</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains implementations of the immutable primitive set interfaces.
<p>
An immutable primitive set is similar to an <a href="../../../../api/set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set"><code>ImmutableSet</code></a> but is memory-optimized for primitives.</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableByteSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableByteSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableCharSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableCharSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableDoubleSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableDoubleSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableFloatSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableFloatSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableIntSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableIntSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableLongSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableLongSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AbstractImmutableShortSet.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">AbstractImmutableShortSet</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableBooleanSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableBooleanSetSerializationProxy</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableByteSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableByteSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableCharSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableCharSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableDoubleSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableDoubleSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableFloatSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableFloatSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableIntSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableIntSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableLongSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableLongSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableShortSetSerializationProxy.html" title="class in org.eclipse.collections.impl.set.immutable.primitive">ImmutableShortSetSerializationProxy</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file immutablePrimitiveSetSerializationProxy.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableBooleanSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableBooleanSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableBooleanSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableBooleanSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableBooleanSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableByteSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableByteSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableByteSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableByteSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableByteSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableCharSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableCharSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableCharSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableCharSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableCharSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableDoubleSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableDoubleSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableDoubleSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableDoubleSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableDoubleSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableFloatSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableFloatSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableFloatSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableFloatSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableFloatSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableIntSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableIntSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableIntSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableIntSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableIntSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ImmutableLongSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableLongSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableLongSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableLongSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableLongSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ImmutableShortSetFactoryImpl.html" title="enum in org.eclipse.collections.impl.set.immutable.primitive">ImmutableShortSetFactoryImpl</a></th>
<td class="colLast">
<div class="block">ImmutableShortSetFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/set/primitive/ImmutableShortSet.html" title="interface in org.eclipse.collections.api.set.primitive"><code>ImmutableShortSet</code></a>.</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>