blob: 2d924cfa12b0458ef4ea7fbb8cfe13f32d10e7f1 [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.list.primitive.MutableIntList (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.list.primitive, interface: MutableIntList">
<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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">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.list.primitive.MutableIntList" class="title">Uses of Interface<br>org.eclipse.collections.api.list.primitive.MutableIntList</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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">org.eclipse.collections.api</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag.sorted">org.eclipse.collections.api.bag.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for SortedBag API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.factory.list.primitive">org.eclipse.collections.api.factory.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains factory API for creating immutable primitive list instances.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list">org.eclipse.collections.api.list</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for list API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>List</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list.primitive">org.eclipse.collections.api.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive list API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map">org.eclipse.collections.api.map</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for map API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Map</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.sorted">org.eclipse.collections.api.map.sorted</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable sorted map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.set.sorted">org.eclipse.collections.api.set.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for sorted set API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.sorted.mutable">org.eclipse.collections.impl.bag.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../../../bag/sorted/MutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted"><code>MutableSortedBag</code></a>.</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.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable">org.eclipse.collections.impl.list.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../MutableList.html" title="interface in org.eclipse.collections.api.list"><code>MutableList</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.primitive">org.eclipse.collections.impl.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the 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.map.ordered.mutable">org.eclipse.collections.impl.map.ordered.mutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.sorted.mutable">org.eclipse.collections.impl.map.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../../map/sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted"><code>MutableSortedMap</code></a> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.primitive">org.eclipse.collections.impl.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.sorted.mutable">org.eclipse.collections.impl.set.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../../../set/sorted/MutableSortedSet.html" title="interface in org.eclipse.collections.api.set.sorted"><code>MutableSortedSet</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.mutable.primitive">org.eclipse.collections.impl.stack.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive stack interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.primitive">org.eclipse.collections.impl.stack.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stream">org.eclipse.collections.impl.stream</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.string.immutable">org.eclipse.collections.impl.string.immutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility">org.eclipse.collections.impl.utility</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal">org.eclipse.collections.impl.utility.internal</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../package-summary.html">org.eclipse.collections.api</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntIterable.</span><code><span class="memberNameLink"><a href="../../../IntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">
<div class="block">Converts the IntIterable to a new MutableIntList.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntIterable.</span><code><span class="memberNameLink"><a href="../../../IntIterable.html#toSortedList()">toSortedList</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.bag.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../bag/sorted/MutableSortedBag.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../bag/sorted/MutableSortedBag.html" title="type parameter in MutableSortedBag">T</a>&gt;&nbsp;intFunction)</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.factory.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../factory/list/primitive/package-summary.html">org.eclipse.collections.api.factory.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../factory/list/primitive/package-summary.html">org.eclipse.collections.api.factory.list.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#of()">of</a></span>()</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableIntListFactory.html#empty()"><code>MutableIntListFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#of(int...)">of</a></span>&#8203;(int...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableIntListFactory.html#with(int...)"><code>MutableIntListFactory.with(int[])</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#ofAll(java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableIntListFactory.html#withAll(java.lang.Iterable)"><code>MutableIntListFactory.withAll(Iterable)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#ofAll(java.util.stream.IntStream)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/IntStream.html?is-external=true" title="class or interface in java.util.stream" class="externalLink">IntStream</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#ofAll(org.eclipse.collections.api.IntIterable)">ofAll</a></span>&#8203;(<a href="../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableIntListFactory.html#withAll(org.eclipse.collections.api.IntIterable)"><code>MutableIntListFactory.withAll(IntIterable)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#with()">with</a></span>()</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableIntListFactory.html#empty()"><code>MutableIntListFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#with(int...)">with</a></span>&#8203;(int...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Creates a new list using the passed <code>items</code> argument as the backing store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#withAll(java.lang.Iterable)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#withAll(java.util.stream.IntStream)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/IntStream.html?is-external=true" title="class or interface in java.util.stream" class="externalLink">IntStream</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></span>&#8203;(<a href="../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#withInitialCapacity(int)">withInitialCapacity</a></span>&#8203;(int&nbsp;capacity)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableIntListFactory.html#empty()"><code>MutableIntListFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableIntListFactory.html#wrapCopy(int...)">wrapCopy</a></span>&#8203;(int...&nbsp;array)</code></th>
<td class="colLast">
<div class="block">Creates a new list by first copying the array passed in.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.list">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../package-summary.html">org.eclipse.collections.api.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../package-summary.html">org.eclipse.collections.api.list</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableList.</span><code><span class="memberNameLink"><a href="../../MutableList.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../MutableList.html" title="type parameter in MutableList">T</a>&gt;&nbsp;intFunction)</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.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../package-summary.html">org.eclipse.collections.api.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.collections.api.list.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a new empty mutable version of the same List type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#shuffleThis()">shuffleThis</a></span>()</code></th>
<td class="colLast">
<div class="block">Randomly permutes this list mutating its contents and returns the same list (this).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#shuffleThis(java.util.Random)">shuffleThis</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util" class="externalLink">Random</a>&nbsp;rnd)</code></th>
<td class="colLast">
<div class="block">Randomly permutes this list mutating its contents and returns the same list (this).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#sortThis()">sortThis</a></span>()</code></th>
<td class="colLast">
<div class="block">Sorts this list mutating its contents and returns the same mutable list (this).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#sortThis(org.eclipse.collections.api.block.comparator.primitive.IntComparator)">sortThis</a></span>&#8203;(<a href="../../../block/comparator/primitive/IntComparator.html" title="interface in org.eclipse.collections.api.block.comparator.primitive">IntComparator</a>&nbsp;comparator)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list and returns the list itself as a convenience.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the natural order of the key returned by <code>
function</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the key returned by <code>
function</code> using the provided <code>comparator</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure)">tap</a></span>&#8203;(<a href="../../../block/procedure/primitive/IntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#with(int)">with</a></span>&#8203;(int&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></span>&#8203;(<a href="../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#without(int)">without</a></span>&#8203;(int&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../MutableIntList.html#withoutAll(org.eclipse.collections.api.IntIterable)">withoutAll</a></span>&#8203;(<a href="../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;elements)</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">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../map/package-summary.html">org.eclipse.collections.api.map</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../map/package-summary.html">org.eclipse.collections.api.map</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableOrderedMap.</span><code><span class="memberNameLink"><a href="../../../map/MutableOrderedMap.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../map/MutableOrderedMap.html" title="type parameter in MutableOrderedMap">V</a>&gt;&nbsp;intFunction)</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.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../map/sorted/package-summary.html">org.eclipse.collections.api.map.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../map/sorted/package-summary.html">org.eclipse.collections.api.map.sorted</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSortedMap.</span><code><span class="memberNameLink"><a href="../../../map/sorted/MutableSortedMap.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../map/sorted/MutableSortedMap.html" title="type parameter in MutableSortedMap">V</a>&gt;&nbsp;intFunction)</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.set.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSortedSet.</span><code><span class="memberNameLink"><a href="../../../set/sorted/MutableSortedSet.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../set/sorted/MutableSortedSet.html" title="type parameter in MutableSortedSet">T</a>&gt;&nbsp;intFunction)</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.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/sorted/mutable/AbstractMutableSortedBag.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/bag/sorted/mutable/AbstractMutableSortedBag.html" title="type parameter in AbstractMutableSortedBag">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/sorted/mutable/SynchronizedSortedBag.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/bag/sorted/mutable/SynchronizedSortedBag.html" title="type parameter in SynchronizedSortedBag">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/sorted/mutable/UnmodifiableSortedBag.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/bag/sorted/mutable/UnmodifiableSortedBag.html" title="type parameter in UnmodifiableSortedBag">T</a>&gt;&nbsp;intFunction)</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</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.lazy.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/AbstractLazyIntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/CollectIntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterableAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/LazyIntIterableAdapter.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReverseIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/ReverseIntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SelectIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/SelectIntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/AbstractLazyIntIterable.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterableAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/LazyIntIterableAdapter.html#toSortedList()">toSortedList</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.list.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractListAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/AbstractListAdapter.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/AbstractListAdapter.html" title="type parameter in AbstractListAdapter">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/AbstractMutableList.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/AbstractMutableList.html" title="type parameter in AbstractMutableList">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayListAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/ArrayListAdapter.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/ArrayListAdapter.html" title="type parameter in ArrayListAdapter">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FastList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/FastList.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/FastList.html" title="type parameter in FastList">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderFastList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/MultiReaderFastList.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/MultiReaderFastList.html" title="type parameter in MultiReaderFastList">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomAccessListAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/RandomAccessListAdapter.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/RandomAccessListAdapter.html" title="type parameter in RandomAccessListAdapter">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/SynchronizedMutableList.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/SynchronizedMutableList.html" title="type parameter in SynchronizedMutableList">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/UnmodifiableMutableList.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/list/mutable/UnmodifiableMutableList.html" title="type parameter in UnmodifiableMutableList">T</a>&gt;&nbsp;intFunction)</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.list.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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>Classes in <a href="../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> that implement <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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/list/mutable/primitive/IntArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">IntArrayList</a></span></code></th>
<td class="colLast">
<div class="block">IntArrayList is similar to <a href="../../../../impl/list/mutable/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="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedIntList</a></span></code></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableIntList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
<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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#of()">of</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#of(int...)">of</a></span>&#8203;(int...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#ofAll(java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#ofAll(java.util.stream.IntStream)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/IntStream.html?is-external=true" title="class or interface in java.util.stream" class="externalLink">IntStream</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#ofAll(org.eclipse.collections.api.IntIterable)">ofAll</a></span>&#8203;(<a href="../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#shuffleThis()">shuffleThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#shuffleThis(java.util.Random)">shuffleThis</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util" class="externalLink">Random</a>&nbsp;rnd)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#shuffleThis()">shuffleThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#sortThis()">sortThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#sortThis(org.eclipse.collections.api.block.comparator.primitive.IntComparator)">sortThis</a></span>&#8203;(<a href="../../../block/comparator/primitive/IntComparator.html" title="interface in org.eclipse.collections.api.block.comparator.primitive">IntComparator</a>&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#sortThis()">sortThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#with()">with</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#with(int...)">with</a></span>&#8203;(int...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Creates a new list using the passed <code>items</code> argument as the backing store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#withAll(java.lang.Iterable)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang" class="externalLink">Integer</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#withAll(java.util.stream.IntStream)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/IntStream.html?is-external=true" title="class or interface in java.util.stream" class="externalLink">IntStream</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></span>&#8203;(<a href="../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableIntListFactoryImpl.html#withInitialCapacity(int)">withInitialCapacity</a></span>&#8203;(int&nbsp;capacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> with parameters of type <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableIntList)">SynchronizedIntList</a></span>&#8203;(<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a>&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedIntList.html#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableIntList,java.lang.Object)">SynchronizedIntList</a></span>&#8203;(<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a>&nbsp;list,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;newLock)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableIntList)">UnmodifiableIntList</a></span>&#8203;(<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a>&nbsp;list)</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.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/list/primitive/package-summary.html">org.eclipse.collections.impl.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/list/primitive/package-summary.html">org.eclipse.collections.impl.list.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntInterval.</span><code><span class="memberNameLink"><a href="../../../../impl/list/primitive/IntInterval.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntInterval.</span><code><span class="memberNameLink"><a href="../../../../impl/list/primitive/IntInterval.html#toSortedList()">toSortedList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableIntKeySet.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableIntKeySet.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableIntKeySet.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableIntKeySet.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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#toSortedList()">toSortedList</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.ordered.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OrderedMapAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/map/ordered/mutable/OrderedMapAdapter.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/map/ordered/mutable/OrderedMapAdapter.html" title="type parameter in OrderedMapAdapter">V</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableOrderedMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html" title="type parameter in UnmodifiableMutableOrderedMap">V</a>&gt;&nbsp;intFunction)</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.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSortedMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/sorted/mutable/AbstractMutableSortedMap.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/map/sorted/mutable/AbstractMutableSortedMap.html" title="type parameter in AbstractMutableSortedMap">V</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/sorted/mutable/SynchronizedSortedMap.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/map/sorted/mutable/SynchronizedSortedMap.html" title="type parameter in SynchronizedSortedMap">V</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableTreeMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/sorted/mutable/UnmodifiableTreeMap.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/map/sorted/mutable/UnmodifiableTreeMap.html" title="type parameter in UnmodifiableTreeMap">V</a>&gt;&nbsp;intFunction)</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.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/AbstractIntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/SynchronizedIntIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/AbstractIntIterable.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/SynchronizedIntIterable.html#toSortedList()">toSortedList</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.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortedSetAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/SortedSetAdapter.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/SortedSetAdapter.html" title="type parameter in SortedSetAdapter">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/SynchronizedSortedSet.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/SynchronizedSortedSet.html" title="type parameter in SynchronizedSortedSet">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeSortedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/TreeSortedSet.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/TreeSortedSet.html" title="type parameter in TreeSortedSet">T</a>&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/UnmodifiableSortedSet.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/UnmodifiableSortedSet.html" title="type parameter in UnmodifiableSortedSet">T</a>&gt;&nbsp;intFunction)</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.stack.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/SynchronizedIntStack.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/UnmodifiableIntStack.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntArrayStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/IntArrayStack.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/SynchronizedIntStack.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/UnmodifiableIntStack.html#toSortedList()">toSortedList</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.stack.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.primitive</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractIntStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/primitive/AbstractIntStack.html#toList()">toList</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.stream">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/stream/package-summary.html">org.eclipse.collections.impl.stream</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stream/package-summary.html">org.eclipse.collections.impl.stream</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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>static <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">PrimitiveStreams.</span><code><span class="memberNameLink"><a href="../../../../impl/stream/PrimitiveStreams.html#mIntList(java.util.stream.IntStream)">mIntList</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/stream/IntStream.html?is-external=true" title="class or interface in java.util.stream" class="externalLink">IntStream</a>&nbsp;stream)</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.string.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CodePointAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/string/immutable/CodePointAdapter.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CodePointList.</span><code><span class="memberNameLink"><a href="../../../../impl/string/immutable/CodePointList.html#toList()">toList</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.utility">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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>static &lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/ArrayIterate.html#collectInt(T%5B%5D,org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(T[]&nbsp;objectArray,
<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super T&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayListIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/ArrayListIterate.html#collectInt(java.util.ArrayList,org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;T&gt;&nbsp;list,
<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super T&gt;&nbsp;intFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/ListIterate.html#collectInt(java.util.List,org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;T&gt;&nbsp;list,
<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super T&gt;&nbsp;intFunction)</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.utility.internal">
<!-- -->
</a>
<h2>Uses of <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a> in <a href="../../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a> that return <a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</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>static &lt;T&gt;&nbsp;<a href="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomAccessListIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/internal/RandomAccessListIterate.html#collectInt(java.util.List,org.eclipse.collections.api.block.function.primitive.IntFunction)">collectInt</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;T&gt;&nbsp;list,
<a href="../../../block/function/primitive/IntFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntFunction</a>&lt;? super T&gt;&nbsp;intFunction)</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="../MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">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>