blob: 5347d99bd6d3252931296d610e163f94aea4896a [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 Interface org.eclipse.collections.api.iterator.MutableIntIterator (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.iterator, interface: MutableIntIterator">
<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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">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 Interface org.eclipse.collections.api.iterator.MutableIntIterator" class="title">Uses of Interface<br>org.eclipse.collections.api.iterator.MutableIntIterator</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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.collection.primitive">org.eclipse.collections.api.collection.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive collection API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.primitive">org.eclipse.collections.api.map.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable.primitive">org.eclipse.collections.impl.bag.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive bag interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive collection interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.iterator">org.eclipse.collections.impl.iterator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable.primitive">org.eclipse.collections.impl.list.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive list interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable.primitive">org.eclipse.collections.impl.map.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable.primitive">org.eclipse.collections.impl.set.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive set interfaces.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.collection.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../collection/primitive/package-summary.html">org.eclipse.collections.api.collection.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../collection/primitive/package-summary.html">org.eclipse.collections.api.collection.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntCollection.</span><code><span class="memberNameLink"><a href="../../collection/primitive/MutableIntCollection.html#intIterator()">intIterator</a></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.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntValuesMap.</span><code><span class="memberNameLink"><a href="../../map/primitive/MutableIntValuesMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableObjectIntMap.</span><code><span class="memberNameLink"><a href="../../map/primitive/MutableObjectIntMap.html#intIterator()">intIterator</a></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.bag.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntHashBag.</span><code><span class="memberNameLink"><a href="../../../impl/bag/mutable/primitive/IntHashBag.html#intIterator()">intIterator</a></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.collection.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedIntCollection.</span><code><span class="memberNameLink"><a href="../../../impl/collection/mutable/primitive/AbstractSynchronizedIntCollection.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">Must be called in a synchronized block.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableIntCollection.</span><code><span class="memberNameLink"><a href="../../../impl/collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#intIterator()">intIterator</a></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.iterator">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../../impl/iterator/package-summary.html">org.eclipse.collections.impl.iterator</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/iterator/package-summary.html">org.eclipse.collections.impl.iterator</a> that implement <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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/iterator/UnmodifiableIntIterator.html" title="class in org.eclipse.collections.impl.iterator">UnmodifiableIntIterator</a></span></code></th>
<td class="colLast">
<div class="block">UnmodifiableIntIterator is a wrapper around IntIterator which is unmodifiable and doesn't support remove.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntArrayList.</span><code><span class="memberNameLink"><a href="../../../impl/list/mutable/primitive/IntArrayList.html#intIterator()">intIterator</a></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.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ByteIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/CharIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DoubleIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/DoubleIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FloatIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/FloatIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/IntIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LongIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/LongIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ShortIntHashMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/ShortIntHashMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedByteIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedCharIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedDoubleIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedFloatIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedIntIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedLongIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedObjectIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">Must be called in a synchronized block.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/SynchronizedShortIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">This must be manually synchronized by the developer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableByteIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableCharIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableDoubleIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableFloatIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableIntIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableLongIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableObjectIntMap.html#intIterator()">intIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortIntMap.</span><code><span class="memberNameLink"><a href="../../../impl/map/mutable/primitive/UnmodifiableShortIntMap.html#intIterator()">intIterator</a></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.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a> in <a href="../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a> that return <a href="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableIntIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntHashSet.</span><code><span class="memberNameLink"><a href="../../../impl/set/mutable/primitive/IntHashSet.html#intIterator()">intIterator</a></span>()</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="../MutableIntIterator.html" title="interface in org.eclipse.collections.api.iterator">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>