blob: 2a8d2d708dfc54ea4326684d0e69837cd9ceefb7 [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.list.mutable.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.list.mutable.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.list.mutable.primitive</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">This package contains implementations of the mutable primitive list interfaces.
<p>
A mutable primitive list is similar to a <a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list"><code>MutableList</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="BooleanArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">BooleanArrayList</a></th>
<td class="colLast">
<div class="block">BooleanArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for boolean primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">ByteArrayList</a></th>
<td class="colLast">
<div class="block">ByteArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for byte primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">CharArrayList</a></th>
<td class="colLast">
<div class="block">CharArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for char primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">DoubleArrayList</a></th>
<td class="colLast">
<div class="block">DoubleArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for double primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">FloatArrayList</a></th>
<td class="colLast">
<div class="block">FloatArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for float primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">IntArrayList</a></th>
<td class="colLast">
<div class="block">IntArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for int primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">LongArrayList</a></th>
<td class="colLast">
<div class="block">LongArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for long primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">ShortArrayList</a></th>
<td class="colLast">
<div class="block">ShortArrayList is similar to <a href="../FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for short primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedBooleanList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableBooleanList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedByteList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedByteList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableByteList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableByteList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedCharList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedCharList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableCharList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedDoubleList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedDoubleList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableDoubleList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableDoubleList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedFloatList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedFloatList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableFloatList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableFloatList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedIntList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableIntList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedLongList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedLongList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableLongList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableLongList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedShortList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedShortList</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/list/primitive/MutableShortList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableShortList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableByteList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableByteList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableCharList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableCharList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableDoubleList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableDoubleList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableFloatList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableFloatList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableLongList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableLongList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableShortList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableShortList</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.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="MutableBooleanListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableBooleanListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableBooleanListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableBooleanList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableByteListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableByteListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableByteListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableByteList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableByteList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableCharListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableCharListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableCharListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableCharList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableDoubleListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableDoubleListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableDoubleListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableDoubleList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableDoubleList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableFloatListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableFloatListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableFloatListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableFloatList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableFloatList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableIntListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableIntListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableIntListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableIntList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableLongListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableLongListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableLongListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableLongList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableLongList</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableShortListFactoryImpl.html" title="enum in org.eclipse.collections.impl.list.mutable.primitive">MutableShortListFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableShortListFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/list/primitive/MutableShortList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableShortList</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>