blob: 4c3f0f77c1ec206afd8d7a7eaaf7e154d182bbe4 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Thu Aug 20 21:25:36 CDT 2020 -->
<title>UnmodifiableIntList (Eclipse Collections - 10.4.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-20">
<meta name="description" content="declaration: package: org.eclipse.collections.impl.list.mutable.primitive, class: UnmodifiableIntList">
<meta name="generator" content="javadoc/ClassWriterImpl">
<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-declaration">
<script type="text/javascript">var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/UnmodifiableIntList.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<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">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></div>
<h1 title="Class UnmodifiableIntList" class="title">Class UnmodifiableIntList</h1>
</div>
<div class="contentContainer">
<div class="inheritance" title="Inheritance Tree"><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">java.lang.Object</a>
<div class="inheritance"><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableIntCollection</a>
<div class="inheritance">org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntList</div>
</div>
</div>
<section class="description">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a></code>, <code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code>, <code><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a></code>, <code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code>, <code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code>, <code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code>, <code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code>, <code><a href="../../../../api/PrimitiveIterable.html" title="interface in org.eclipse.collections.api">PrimitiveIterable</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">UnmodifiableIntList</span>
extends <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a>
implements <a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></pre>
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.1.</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../../../serialized-form.html#org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableIntList">Serialized Form</a></dd>
</dl>
</section>
<section class="summary">
<ul class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li class="blockList">
<section class="constructorSummary"><a id="constructor.summary">
<!-- -->
</a>
<h2>Constructor Summary</h2>
<div class="memberSummary">
<table>
<caption><span>Constructors</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="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableIntList)">UnmodifiableIntList</a></span>&#8203;(<a href="../../../../api/list/primitive/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>
<!-- ========== METHOD SUMMARY =========== -->
<li class="blockList">
<section class="methodSummary"><a id="method.summary">
<!-- -->
</a>
<h2>Method Summary</h2>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t4" class="tableTab" onclick="show(8);">Concrete Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<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" id="i0">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAllAtIndex(int,int...)">addAllAtIndex</a></span>&#8203;(int&nbsp;index,
int...&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAllAtIndex(int,org.eclipse.collections.api.IntIterable)">addAllAtIndex</a></span>&#8203;(int&nbsp;index,
<a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;source)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addAtIndex(int,int)">addAtIndex</a></span>&#8203;(int&nbsp;index,
int&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code><a href="../../../../api/LazyIntIterable.html" title="interface in org.eclipse.collections.api">LazyIntIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i5">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#binarySearch(int)">binarySearch</a></span>&#8203;(int&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../../../../api/block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Returns a new collection with the results of applying the specified function on each element of the source
collection.</div>
</td>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">collectWithIndex</a></span>&#8203;(<a href="../../../../api/block/function/primitive/IntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntIntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Returns a new MutableList using results obtained by applying the specified function to each element
and its corresponding index.</div>
</td>
</tr>
<tr class="rowColor" id="i9">
<td class="colFirst"><code>&lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction,R)">collectWithIndex</a></span>&#8203;(<a href="../../../../api/block/function/primitive/IntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntIntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Adds elements to the target Collection using results obtained by applying the specified function to each element
and its corresponding index.</div>
</td>
</tr>
<tr class="altColor" id="i10">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i11">
<td class="colFirst"><code>long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dotProduct(org.eclipse.collections.api.list.primitive.IntList)">dotProduct</a></span>&#8203;(<a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a>&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i12">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#equals(java.lang.Object)">equals</a></span>&#8203;(<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;otherList)</code></th>
<td class="colLast">
<div class="block">Follows the same general contract as <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util" class="externalLink"><code>List.equals(Object)</code></a>.</div>
</td>
</tr>
<tr class="rowColor" id="i13">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure)">forEachWithIndex</a></span>&#8203;(<a href="../../../../api/block/procedure/primitive/IntIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntIntProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i14">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#get(int)">get</a></span>&#8203;(int&nbsp;index)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i15">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFirst()">getFirst</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i16">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLast()">getLast</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i17">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hashCode()">hashCode</a></span>()</code></th>
<td class="colLast">
<div class="block">Follows the same general contract as <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#hashCode()" title="class or interface in java.util" class="externalLink"><code>List.hashCode()</code></a>.</div>
</td>
</tr>
<tr class="altColor" id="i18">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#indexOf(int)">indexOf</a></span>&#8203;(int&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i19">
<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction)">injectIntoWithIndex</a></span>&#8203;(T&nbsp;injectedValue,
<a href="../../../../api/block/function/primitive/ObjectIntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectIntIntToObjectFunction</a>&lt;? super T,&#8203;? extends T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i20">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#lastIndexOf(int)">lastIndexOf</a></span>&#8203;(int&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i21">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#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" id="i22">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></span>&#8203;(<a href="../../../../api/block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.</div>
</td>
</tr>
<tr class="rowColor" id="i23">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeAtIndex(int)">removeAtIndex</a></span>&#8203;(int&nbsp;index)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i24">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i25">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></span>&#8203;(<a href="../../../../api/block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.</div>
</td>
</tr>
<tr class="altColor" id="i26">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#set(int,int)">set</a></span>&#8203;(int&nbsp;index,
int&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i27">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#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" id="i28">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#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="rowColor" id="i29">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.OfInt.html?is-external=true" title="class or interface in java.util" class="externalLink">Spliterator.OfInt</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#spliterator()">spliterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i30">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i31">
<td class="colFirst"><code><a href="../../../../api/list/primitive/ImmutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">ImmutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toImmutable()">toImmutable</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an immutable copy of this list.</div>
</td>
</tr>
<tr class="altColor" id="i32">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i33">
<td class="colFirst"><code><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#with(int)">with</a></span>&#8203;(int&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i34">
<td class="colFirst"><code><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></span>&#8203;(<a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i35">
<td class="colFirst"><code><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#without(int)">without</a></span>&#8203;(int&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i36">
<td class="colFirst"><code><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withoutAll(org.eclipse.collections.api.IntIterable)">withoutAll</a></span>&#8203;(<a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i37">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../../api/tuple/primitive/IntObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntObjectPair</a>&lt;T&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#zip(java.lang.Iterable)">zip</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;T&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableIntList</code> and a <code>ListIterable</code> by
combining corresponding elements in pairs.</div>
</td>
</tr>
<tr class="altColor" id="i38">
<td class="colFirst"><code><a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../../api/tuple/primitive/IntIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntIntPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#zipInt(org.eclipse.collections.api.IntIterable)">zipInt</a></span>&#8203;(<a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableIntList</code> and another <code>IntList</code> by
combining corresponding elements in pairs.</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;org.eclipse.collections.impl.collection.mutable.primitive.<a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableIntCollection">
<!-- -->
</a><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#add(int)">add</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#addAll(int...)">addAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#addAll(org.eclipse.collections.api.IntIterable)">addAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">allSatisfy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">anySatisfy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#appendString(java.lang.Appendable)">appendString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#appendString(java.lang.Appendable,java.lang.String)">appendString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#appendString(java.lang.Appendable,java.lang.String,java.lang.String,java.lang.String)">appendString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#asLazy()">asLazy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#average()">average</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#chunk(int)">chunk</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#clear()">clear</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#contains(int)">contains</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#containsAll(int...)">containsAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#containsAll(org.eclipse.collections.api.IntIterable)">containsAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">count</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#detectIfNone(org.eclipse.collections.api.block.predicate.primitive.IntPredicate,int)">detectIfNone</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure)">each</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure)">forEach</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#injectInto(T,org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction)">injectInto</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#intIterator()">intIterator</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#isEmpty()">isEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#makeString()">makeString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#makeString(java.lang.String)">makeString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#makeString(java.lang.String,java.lang.String,java.lang.String)">makeString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#max()">max</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#maxIfEmpty(int)">maxIfEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#median()">median</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#min()">min</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#minIfEmpty(int)">minIfEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">noneSatisfy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#notEmpty()">notEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#reduce(org.eclipse.collections.api.block.function.primitive.LongIntToLongFunction)">reduce</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#reduceIfEmpty(org.eclipse.collections.api.block.function.primitive.LongIntToLongFunction,long)">reduceIfEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#remove(int)">remove</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#removeAll(int...)">removeAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#removeAll(org.eclipse.collections.api.IntIterable)">removeAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#removeIf(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">removeIf</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#retainAll(int...)">retainAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#retainAll(org.eclipse.collections.api.IntIterable)">retainAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#size()">size</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#sum()">sum</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toArray()">toArray</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toArray(int%5B%5D)">toArray</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toBag()">toBag</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toList()">toList</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toSet()">toSet</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toSortedArray()">toSortedArray</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toSortedList()">toSortedList</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toString()">toString</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
<a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.<a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.IntIterable">
<!-- -->
</a><code><a href="../../../../api/IntIterable.html#allSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">allSatisfy</a>, <a href="../../../../api/IntIterable.html#anySatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">anySatisfy</a>, <a href="../../../../api/IntIterable.html#asLazy()">asLazy</a>, <a href="../../../../api/IntIterable.html#average()">average</a>, <a href="../../../../api/IntIterable.html#averageIfEmpty(double)">averageIfEmpty</a>, <a href="../../../../api/IntIterable.html#chunk(int)">chunk</a>, <a href="../../../../api/IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">collect</a>, <a href="../../../../api/IntIterable.html#collectBoolean(org.eclipse.collections.api.block.function.primitive.IntToBooleanFunction,R)">collectBoolean</a>, <a href="../../../../api/IntIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.IntToByteFunction,R)">collectByte</a>, <a href="../../../../api/IntIterable.html#collectChar(org.eclipse.collections.api.block.function.primitive.IntToCharFunction,R)">collectChar</a>, <a href="../../../../api/IntIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.IntToDoubleFunction,R)">collectDouble</a>, <a href="../../../../api/IntIterable.html#collectFloat(org.eclipse.collections.api.block.function.primitive.IntToFloatFunction,R)">collectFloat</a>, <a href="../../../../api/IntIterable.html#collectInt(org.eclipse.collections.api.block.function.primitive.IntToIntFunction,R)">collectInt</a>, <a href="../../../../api/IntIterable.html#collectLong(org.eclipse.collections.api.block.function.primitive.IntToLongFunction,R)">collectLong</a>, <a href="../../../../api/IntIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.IntToShortFunction,R)">collectShort</a>, <a href="../../../../api/IntIterable.html#contains(int)">contains</a>, <a href="../../../../api/IntIterable.html#containsAll(int...)">containsAll</a>, <a href="../../../../api/IntIterable.html#containsAll(org.eclipse.collections.api.IntIterable)">containsAll</a>, <a href="../../../../api/IntIterable.html#count(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">count</a>, <a href="../../../../api/IntIterable.html#detectIfNone(org.eclipse.collections.api.block.predicate.primitive.IntPredicate,int)">detectIfNone</a>, <a href="../../../../api/IntIterable.html#each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure)">each</a>, <a href="../../../../api/IntIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">flatCollect</a>, <a href="../../../../api/IntIterable.html#forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure)">forEach</a>, <a href="../../../../api/IntIterable.html#injectInto(T,org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction)">injectInto</a>, <a href="../../../../api/IntIterable.html#max()">max</a>, <a href="../../../../api/IntIterable.html#maxIfEmpty(int)">maxIfEmpty</a>, <a href="../../../../api/IntIterable.html#median()">median</a>, <a href="../../../../api/IntIterable.html#medianIfEmpty(double)">medianIfEmpty</a>, <a href="../../../../api/IntIterable.html#min()">min</a>, <a href="../../../../api/IntIterable.html#minIfEmpty(int)">minIfEmpty</a>, <a href="../../../../api/IntIterable.html#noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">noneSatisfy</a>, <a href="../../../../api/IntIterable.html#reduce(org.eclipse.collections.api.block.function.primitive.LongIntToLongFunction)">reduce</a>, <a href="../../../../api/IntIterable.html#reduceIfEmpty(org.eclipse.collections.api.block.function.primitive.LongIntToLongFunction,long)">reduceIfEmpty</a>, <a href="../../../../api/IntIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate,R)">reject</a>, <a href="../../../../api/IntIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate,R)">select</a>, <a href="../../../../api/IntIterable.html#sum()">sum</a>, <a href="../../../../api/IntIterable.html#summaryStatistics()">summaryStatistics</a>, <a href="../../../../api/IntIterable.html#toArray()">toArray</a>, <a href="../../../../api/IntIterable.html#toArray(int%5B%5D)">toArray</a>, <a href="../../../../api/IntIterable.html#toBag()">toBag</a>, <a href="../../../../api/IntIterable.html#toList()">toList</a>, <a href="../../../../api/IntIterable.html#toSet()">toSet</a>, <a href="../../../../api/IntIterable.html#toSortedArray()">toSortedArray</a>, <a href="../../../../api/IntIterable.html#toSortedList()">toSortedList</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.list.primitive.<a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.list.primitive.IntList">
<!-- -->
</a><code><a href="../../../../api/list/primitive/IntList.html#primitiveParallelStream()">primitiveParallelStream</a>, <a href="../../../../api/list/primitive/IntList.html#primitiveStream()">primitiveStream</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.collection.primitive.<a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.collection.primitive.MutableIntCollection">
<!-- -->
</a><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#add(int)">add</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#addAll(int...)">addAll</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#addAll(org.eclipse.collections.api.IntIterable)">addAll</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#clear()">clear</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#intIterator()">intIterator</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#remove(int)">remove</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#removeAll(int...)">removeAll</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#removeAll(org.eclipse.collections.api.IntIterable)">removeAll</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#removeIf(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">removeIf</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#retainAll(int...)">retainAll</a>, <a href="../../../../api/collection/primitive/MutableIntCollection.html#retainAll(org.eclipse.collections.api.IntIterable)">retainAll</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.list.primitive.<a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.list.primitive.MutableIntList">
<!-- -->
</a><code><a href="../../../../api/list/primitive/MutableIntList.html#shuffleThis(java.util.Random)">shuffleThis</a>, <a href="../../../../api/list/primitive/MutableIntList.html#sortThis(org.eclipse.collections.api.block.comparator.primitive.IntComparator)">sortThis</a>, <a href="../../../../api/list/primitive/MutableIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">sortThisBy</a>, <a href="../../../../api/list/primitive/MutableIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,java.util.Comparator)">sortThisBy</a>, <a href="../../../../api/list/primitive/MutableIntList.html#swap(int,int)">swap</a>, <a href="../../../../api/list/primitive/MutableIntList.html#tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure)">tap</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.<a href="../../../../api/PrimitiveIterable.html" title="interface in org.eclipse.collections.api">PrimitiveIterable</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.PrimitiveIterable">
<!-- -->
</a><code><a href="../../../../api/PrimitiveIterable.html#appendString(java.lang.Appendable)">appendString</a>, <a href="../../../../api/PrimitiveIterable.html#appendString(java.lang.Appendable,java.lang.String)">appendString</a>, <a href="../../../../api/PrimitiveIterable.html#appendString(java.lang.Appendable,java.lang.String,java.lang.String,java.lang.String)">appendString</a>, <a href="../../../../api/PrimitiveIterable.html#isEmpty()">isEmpty</a>, <a href="../../../../api/PrimitiveIterable.html#makeString()">makeString</a>, <a href="../../../../api/PrimitiveIterable.html#makeString(java.lang.String)">makeString</a>, <a href="../../../../api/PrimitiveIterable.html#makeString(java.lang.String,java.lang.String,java.lang.String)">makeString</a>, <a href="../../../../api/PrimitiveIterable.html#notEmpty()">notEmpty</a>, <a href="../../../../api/PrimitiveIterable.html#size()">size</a>, <a href="../../../../api/PrimitiveIterable.html#toString()">toString</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li class="blockList">
<section class="constructorDetails"><a id="constructor.detail">
<!-- -->
</a>
<h2>Constructor Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="&lt;init&gt;(org.eclipse.collections.api.list.primitive.MutableIntList)">UnmodifiableIntList</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="memberName">UnmodifiableIntList</span>&#8203;(<span class="arguments"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a>&nbsp;list)</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li class="blockList">
<section class="methodDetails"><a id="method.detail">
<!-- -->
</a>
<h2>Method Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="get(int)">get</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">get</span>&#8203;(<span class="arguments">int&nbsp;index)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#get(int)">get</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="getFirst()">getFirst</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">getFirst</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#getFirst()">getFirst</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="getLast()">getLast</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">getLast</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#getLast()">getLast</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="indexOf(int)">indexOf</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">indexOf</span>&#8203;(<span class="arguments">int&nbsp;value)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#indexOf(int)">indexOf</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="lastIndexOf(int)">lastIndexOf</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">lastIndexOf</span>&#8203;(<span class="arguments">int&nbsp;value)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#lastIndexOf(int)">lastIndexOf</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addAtIndex(int,int)">addAtIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">addAtIndex</span>&#8203;(<span class="arguments">int&nbsp;index,
int&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#addAtIndex(int,int)">addAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addAllAtIndex(int,int...)">addAllAtIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">boolean</span>&nbsp;<span class="memberName">addAllAtIndex</span>&#8203;(<span class="arguments">int&nbsp;index,
int...&nbsp;source)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#addAllAtIndex(int,int...)">addAllAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addAllAtIndex(int,org.eclipse.collections.api.IntIterable)">addAllAtIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">boolean</span>&nbsp;<span class="memberName">addAllAtIndex</span>&#8203;(<span class="arguments">int&nbsp;index,
<a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;source)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#addAllAtIndex(int,org.eclipse.collections.api.IntIterable)">addAllAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="removeAtIndex(int)">removeAtIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">removeAtIndex</span>&#8203;(<span class="arguments">int&nbsp;index)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#removeAtIndex(int)">removeAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="set(int,int)">set</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">set</span>&#8203;(<span class="arguments">int&nbsp;index,
int&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#set(int,int)">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="with(int)">with</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></span>&nbsp;<span class="memberName">with</span>&#8203;(<span class="arguments">int&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#with(int)">with</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#with(int)">with</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#with(int)">with</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="without(int)">without</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></span>&nbsp;<span class="memberName">without</span>&#8203;(<span class="arguments">int&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#without(int)">without</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#without(int)">without</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#without(int)">without</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="withAll(org.eclipse.collections.api.IntIterable)">withAll</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></span>&nbsp;<span class="memberName">withAll</span>&#8203;(<span class="arguments"><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;elements)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#withAll(org.eclipse.collections.api.IntIterable)">withAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="withoutAll(org.eclipse.collections.api.IntIterable)">withoutAll</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableIntList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableIntList</a></span>&nbsp;<span class="memberName">withoutAll</span>&#8203;(<span class="arguments"><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;elements)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#withoutAll(org.eclipse.collections.api.IntIterable)">withoutAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#withoutAll(org.eclipse.collections.api.IntIterable)">withoutAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#withoutAll(org.eclipse.collections.api.IntIterable)">withoutAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">select</span>&#8203;(<span class="arguments"><a href="../../../../api/block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/IntIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">IntIterable</a></code></span></div>
<div class="block">Returns a new IntIterable with all of the elements in the IntIterable that
return true for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/IntIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#select(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">select</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">reject</span>&#8203;(<span class="arguments"><a href="../../../../api/block/predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/IntIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">IntIterable</a></code></span></div>
<div class="block">Returns a new IntIterable with all of the elements in the IntIterable that
return false for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/IntIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#reject(org.eclipse.collections.api.block.predicate.primitive.IntPredicate)">reject</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="typeParameters">&lt;V&gt;</span>&nbsp;<span class="returnType"><a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</span>&nbsp;<span class="memberName">collect</span>&#8203;(<span class="arguments"><a href="../../../../api/block/function/primitive/IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">IntIterable</a></code></span></div>
<div class="block">Returns a new collection with the results of applying the specified function on each element of the source
collection. This method is also commonly called transform or map.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="sortThis()">sortThis</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">sortThis</span>()</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html#sortThis()">MutableIntList</a></code></span></div>
<div class="block">Sorts this list mutating its contents and returns the same mutable list (this).</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#sortThis()">sortThis</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="shuffleThis()">shuffleThis</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">shuffleThis</span>()</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html#shuffleThis()">MutableIntList</a></code></span></div>
<div class="block">Randomly permutes this list mutating its contents and returns the same list (this).
Uses <code>java.util.Random</code> as the source of randomness.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#shuffleThis()">shuffleThis</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="binarySearch(int)">binarySearch</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">binarySearch</span>&#8203;(<span class="arguments">int&nbsp;value)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#binarySearch(int)">binarySearch</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="dotProduct(org.eclipse.collections.api.list.primitive.IntList)">dotProduct</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">long</span>&nbsp;<span class="memberName">dotProduct</span>&#8203;(<span class="arguments"><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a>&nbsp;list)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#dotProduct(org.eclipse.collections.api.list.primitive.IntList)">dotProduct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="equals(java.lang.Object)">equals</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">boolean</span>&nbsp;<span class="memberName">equals</span>&#8203;(<span class="arguments"><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;otherList)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/IntList.html#equals(java.lang.Object)">IntList</a></code></span></div>
<div class="block">Follows the same general contract as <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util" class="externalLink"><code>List.equals(Object)</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#equals(java.lang.Object)">equals</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="hashCode()">hashCode</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">int</span>&nbsp;<span class="memberName">hashCode</span>()</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/IntList.html#hashCode()">IntList</a></code></span></div>
<div class="block">Follows the same general contract as <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#hashCode()" title="class or interface in java.util" class="externalLink"><code>List.hashCode()</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#hashCode()">hashCode</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a></code>&nbsp;in class&nbsp;<code><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></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="asUnmodifiable()">asUnmodifiable</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">asUnmodifiable</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#asUnmodifiable()">asUnmodifiable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#asUnmodifiable()">asUnmodifiable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#asUnmodifiable()">asUnmodifiable</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="asSynchronized()">asSynchronized</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">asSynchronized</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#asSynchronized()">asSynchronized</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#asSynchronized()">asSynchronized</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#asSynchronized()">asSynchronized</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="toImmutable()">toImmutable</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/ImmutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">ImmutableIntList</a></span>&nbsp;<span class="memberName">toImmutable</span>()</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html#toImmutable()">MutableIntList</a></code></span></div>
<div class="block">Returns an immutable copy of this list.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#toImmutable()">toImmutable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#toImmutable()">toImmutable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#toImmutable()">toImmutable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#toImmutable()">toImmutable</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableIntCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableIntCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="newEmpty()">newEmpty</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">newEmpty</span>()</div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html#newEmpty()">MutableIntList</a></code></span></div>
<div class="block">Creates a new empty mutable version of the same List type.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableIntCollection.html#newEmpty()">newEmpty</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableIntCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableIntCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#newEmpty()">newEmpty</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.2.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="reverseThis()">reverseThis</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">reverseThis</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#reverseThis()">reverseThis</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="toReversed()">toReversed</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">toReversed</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#toReversed()">toReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#toReversed()">toReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#toReversed()">toReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure)">forEachWithIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">forEachWithIndex</span>&#8203;(<span class="arguments"><a href="../../../../api/block/procedure/primitive/IntIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">IntIntProcedure</a>&nbsp;procedure)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.IntIntProcedure)">forEachWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="asReversed()">asReversed</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/LazyIntIterable.html" title="interface in org.eclipse.collections.api">LazyIntIterable</a></span>&nbsp;<span class="memberName">asReversed</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#asReversed()">asReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="injectIntoWithIndex(java.lang.Object,org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction)">
<!-- -->
</a><a id="injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction)">injectIntoWithIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="typeParameters">&lt;T&gt;</span>&nbsp;<span class="returnType">T</span>&nbsp;<span class="memberName">injectIntoWithIndex</span>&#8203;(<span class="arguments">T&nbsp;injectedValue,
<a href="../../../../api/block/function/primitive/ObjectIntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectIntIntToObjectFunction</a>&lt;? super T,&#8203;? extends T&gt;&nbsp;function)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction)">injectIntoWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectIntIntToObjectFunction)">injectIntoWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="distinct()">distinct</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">distinct</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#distinct()">distinct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#distinct()">distinct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#distinct()">distinct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>6.0.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="subList(int,int)">subList</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></span>&nbsp;<span class="memberName">subList</span>&#8203;(<span class="arguments">int&nbsp;fromIndex,
int&nbsp;toIndex)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#subList(int,int)">subList</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#subList(int,int)">subList</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true#subList(int,int)" title="class or interface in java.util" class="externalLink"><code>List.subList(int fromIndex, int toIndex)</code></a></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="zipInt(org.eclipse.collections.api.IntIterable)">zipInt</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../../api/tuple/primitive/IntIntPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntIntPair</a>&gt;</span>&nbsp;<span class="memberName">zipInt</span>&#8203;(<span class="arguments"><a href="../../../../api/IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html#zipInt(org.eclipse.collections.api.IntIterable)">MutableIntList</a></code></span></div>
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableIntList</code> and another <code>IntList</code> by
combining corresponding elements in pairs. If one of the two <code>IntList</code>s is longer than the other, its
remaining elements are ignored.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#zipInt(org.eclipse.collections.api.IntIterable)">zipInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#zipInt(org.eclipse.collections.api.IntIterable)">zipInt</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.1.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="zip(java.lang.Iterable)">zip</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="typeParameters">&lt;T&gt;</span>&nbsp;<span class="returnType"><a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;<a href="../../../../api/tuple/primitive/IntObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">IntObjectPair</a>&lt;T&gt;&gt;</span>&nbsp;<span class="memberName">zip</span>&#8203;(<span class="arguments"><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;T&gt;&nbsp;iterable)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html#zip(java.lang.Iterable)">MutableIntList</a></code></span></div>
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableIntList</code> and a <code>ListIterable</code> by
combining corresponding elements in pairs. If one of the two Lists is longer than the other, its
remaining elements are ignored.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#zip(java.lang.Iterable)">zip</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#zip(java.lang.Iterable)">zip</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.1.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">collectWithIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="typeParameters">&lt;V&gt;</span>&nbsp;<span class="returnType"><a href="../../../../api/list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</span>&nbsp;<span class="memberName">collectWithIndex</span>&#8203;(<span class="arguments"><a href="../../../../api/block/function/primitive/IntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntIntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</span></div>
<div class="block">Returns a new MutableList using results obtained by applying the specified function to each element
and its corresponding index.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableIntList.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleIntIterable</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.1.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction,java.util.Collection)">
<!-- -->
</a><a id="collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction,R)">collectWithIndex</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="typeParameters">&lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;</span>&nbsp;<span class="returnType">R</span>&nbsp;<span class="memberName">collectWithIndex</span>&#8203;(<span class="arguments"><a href="../../../../api/block/function/primitive/IntIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntIntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</span></div>
<div class="block">Adds elements to the target Collection using results obtained by applying the specified function to each element
and its corresponding index.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.IntIntToObjectFunction,R)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedIntIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedIntIterable</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.1.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="spliterator()">spliterator</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.OfInt.html?is-external=true" title="class or interface in java.util" class="externalLink">Spliterator.OfInt</a></span>&nbsp;<span class="memberName">spliterator</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/IntList.html#spliterator()">spliterator</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/IntList.html" title="interface in org.eclipse.collections.api.list.primitive">IntList</a></code></dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</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 class="navBarCell1Rev">Class</li>
<li><a href="class-use/UnmodifiableIntList.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</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>