blob: b24dcfd1fc47a5b1694d88a7c5772fd4a71a6466 [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.stack.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.stack.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.stack.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 stack interfaces.
<p>
Primitive Stack is similar to <a href="../../../../api/stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack"><code>MutableStack</code></a> that 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="BooleanArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">BooleanArrayStack</a></th>
<td class="colLast">
<div class="block">BooleanArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for boolean primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ByteArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">ByteArrayStack</a></th>
<td class="colLast">
<div class="block">ByteArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for byte primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CharArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">CharArrayStack</a></th>
<td class="colLast">
<div class="block">CharArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for char primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DoubleArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">DoubleArrayStack</a></th>
<td class="colLast">
<div class="block">DoubleArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for double primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FloatArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">FloatArrayStack</a></th>
<td class="colLast">
<div class="block">FloatArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for float primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IntArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">IntArrayStack</a></th>
<td class="colLast">
<div class="block">IntArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for int primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LongArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">LongArrayStack</a></th>
<td class="colLast">
<div class="block">LongArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for long primitives.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ShortArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">ShortArrayStack</a></th>
<td class="colLast">
<div class="block">ShortArrayStack is similar to <a href="../ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable"><code>ArrayStack</code></a>, and is memory-optimized for short primitives.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedBooleanStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedBooleanStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableBooleanStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableBooleanStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedByteStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedByteStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableByteStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableByteStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedCharStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedCharStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableCharStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableCharStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedDoubleStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedDoubleStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableDoubleStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableDoubleStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedFloatStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedFloatStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableFloatStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableFloatStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedIntStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedIntStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableIntStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableIntStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SynchronizedLongStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedLongStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableLongStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableLongStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SynchronizedShortStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedShortStack</a></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../../../../api/stack/primitive/MutableShortStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableShortStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableBooleanStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableBooleanStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableByteStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableByteStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableCharStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableCharStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableDoubleStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableDoubleStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableFloatStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableFloatStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableIntStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableIntStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnmodifiableLongStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableLongStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.stg.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnmodifiableShortStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableShortStack</a></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveStack.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="MutableBooleanStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableBooleanStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableBooleanStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableBooleanStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableBooleanStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableByteStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableByteStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableByteStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableByteStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableByteStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableCharStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableCharStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableCharStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableCharStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableCharStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableDoubleStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableDoubleStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableDoubleStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableDoubleStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableDoubleStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableFloatStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableFloatStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableFloatStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableFloatStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableFloatStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableIntStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableIntStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableIntStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableIntStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableIntStack</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MutableLongStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableLongStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableLongStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableLongStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableLongStack</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MutableShortStackFactoryImpl.html" title="enum in org.eclipse.collections.impl.stack.mutable.primitive">MutableShortStackFactoryImpl</a></th>
<td class="colLast">
<div class="block">MutableShortStackFactoryImpl is a factory implementation which creates instances of type <a href="../../../../api/stack/primitive/MutableShortStack.html" title="interface in org.eclipse.collections.api.stack.primitive"><code>MutableShortStack</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>