blob: 4a395ddbf45422a192b9ae69aebaece558b2db2f [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>UnmodifiableBooleanList (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: UnmodifiableBooleanList">
<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};
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/UnmodifiableBooleanList.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 UnmodifiableBooleanList" class="title">Class UnmodifiableBooleanList</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/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableBooleanCollection</a>
<div class="inheritance">org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList</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/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a></code>, <code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code>, <code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code>, <code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code>, <code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code>, <code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</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">UnmodifiableBooleanList</span>
extends <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a>
implements <a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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.UnmodifiableBooleanList">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.MutableBooleanList)">UnmodifiableBooleanList</a></span>&#8203;(<a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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,boolean...)">addAllAtIndex</a></span>&#8203;(int&nbsp;index,
boolean...&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.BooleanIterable)">addAllAtIndex</a></span>&#8203;(int&nbsp;index,
<a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</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,boolean)">addAtIndex</a></span>&#8203;(int&nbsp;index,
boolean&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code><a href="../../../../api/LazyBooleanIterable.html" title="interface in org.eclipse.collections.api">LazyBooleanIterable</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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>&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.BooleanToObjectFunction)">collect</a></span>&#8203;(<a href="../../../../api/block/function/primitive/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</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="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="#collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction)">collectWithIndex</a></span>&#8203;(<a href="../../../../api/block/function/primitive/BooleanIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanIntToObjectFunction</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="altColor" id="i8">
<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.BooleanIntToObjectFunction,R)">collectWithIndex</a></span>&#8203;(<a href="../../../../api/block/function/primitive/BooleanIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanIntToObjectFunction</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="rowColor" id="i9">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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="altColor" id="i10">
<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="i11">
<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.BooleanIntProcedure)">forEachWithIndex</a></span>&#8203;(<a href="../../../../api/block/procedure/primitive/BooleanIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanIntProcedure</a>&nbsp;procedure)</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="#get(int)">get</a></span>&#8203;(int&nbsp;index)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i13">
<td class="colFirst"><code>boolean</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="i14">
<td class="colFirst"><code>boolean</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="i15">
<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="i16">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#indexOf(boolean)">indexOf</a></span>&#8203;(boolean&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i17">
<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.ObjectBooleanIntToObjectFunction)">injectIntoWithIndex</a></span>&#8203;(T&nbsp;injectedValue,
<a href="../../../../api/block/function/primitive/ObjectBooleanIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectBooleanIntToObjectFunction</a>&lt;? super T,&#8203;? extends T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</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="#lastIndexOf(boolean)">lastIndexOf</a></span>&#8203;(boolean&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i19">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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="i20">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></span>&#8203;(<a href="../../../../api/block/predicate/primitive/BooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.</div>
</td>
</tr>
<tr class="rowColor" id="i21">
<td class="colFirst"><code>boolean</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="i22">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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="i23">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></span>&#8203;(<a href="../../../../api/block/predicate/primitive/BooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.</div>
</td>
</tr>
<tr class="altColor" id="i24">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#set(int,boolean)">set</a></span>&#8203;(int&nbsp;index,
boolean&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i25">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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="altColor" id="i26">
<td class="colFirst"><code><a href="../../../../api/list/primitive/ImmutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">ImmutableBooleanList</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="rowColor" id="i27">
<td class="colFirst"><code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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="altColor" id="i28">
<td class="colFirst"><code><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#with(boolean)">with</a></span>&#8203;(boolean&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i29">
<td class="colFirst"><code><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withAll(org.eclipse.collections.api.BooleanIterable)">withAll</a></span>&#8203;(<a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i30">
<td class="colFirst"><code><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#without(boolean)">without</a></span>&#8203;(boolean&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i31">
<td class="colFirst"><code><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withoutAll(org.eclipse.collections.api.BooleanIterable)">withoutAll</a></span>&#8203;(<a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i32">
<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/BooleanObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanObjectPair</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>MutableBooleanList</code> and a <code>ListIterable</code> by
combining corresponding elements in pairs.</div>
</td>
</tr>
<tr class="rowColor" id="i33">
<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/BooleanBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanBooleanPair</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#zipBoolean(org.eclipse.collections.api.BooleanIterable)">zipBoolean</a></span>&#8203;(<a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableBooleanList</code> and another <code>BooleanList</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/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableBooleanCollection">
<!-- -->
</a><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#add(boolean)">add</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#addAll(boolean...)">addAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#addAll(org.eclipse.collections.api.BooleanIterable)">addAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#allSatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">allSatisfy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#anySatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">anySatisfy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#appendString(java.lang.Appendable)">appendString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#appendString(java.lang.Appendable,java.lang.String)">appendString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#appendString(java.lang.Appendable,java.lang.String,java.lang.String,java.lang.String)">appendString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#asLazy()">asLazy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#booleanIterator()">booleanIterator</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#chunk(int)">chunk</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#clear()">clear</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#contains(boolean)">contains</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#containsAll(boolean...)">containsAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#containsAll(org.eclipse.collections.api.BooleanIterable)">containsAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#count(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">count</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#detectIfNone(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate,boolean)">detectIfNone</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#each(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure)">each</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#forEach(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure)">forEach</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#injectInto(T,org.eclipse.collections.api.block.function.primitive.ObjectBooleanToObjectFunction)">injectInto</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#isEmpty()">isEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#makeString()">makeString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#makeString(java.lang.String)">makeString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#makeString(java.lang.String,java.lang.String,java.lang.String)">makeString</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">noneSatisfy</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#notEmpty()">notEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#reduce(org.eclipse.collections.api.block.function.primitive.BooleanBooleanToBooleanFunction)">reduce</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#reduceIfEmpty(org.eclipse.collections.api.block.function.primitive.BooleanBooleanToBooleanFunction,boolean)">reduceIfEmpty</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#remove(boolean)">remove</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#removeAll(boolean...)">removeAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#removeAll(org.eclipse.collections.api.BooleanIterable)">removeAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#removeIf(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">removeIf</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#retainAll(boolean...)">retainAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#retainAll(org.eclipse.collections.api.BooleanIterable)">retainAll</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#size()">size</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#toArray()">toArray</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#toArray(boolean%5B%5D)">toArray</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#toBag()">toBag</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#toList()">toList</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#toSet()">toSet</a>, <a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.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/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.BooleanIterable">
<!-- -->
</a><code><a href="../../../../api/BooleanIterable.html#allSatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">allSatisfy</a>, <a href="../../../../api/BooleanIterable.html#anySatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">anySatisfy</a>, <a href="../../../../api/BooleanIterable.html#asLazy()">asLazy</a>, <a href="../../../../api/BooleanIterable.html#chunk(int)">chunk</a>, <a href="../../../../api/BooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction,R)">collect</a>, <a href="../../../../api/BooleanIterable.html#collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanToBooleanFunction,R)">collectBoolean</a>, <a href="../../../../api/BooleanIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.BooleanToByteFunction,R)">collectByte</a>, <a href="../../../../api/BooleanIterable.html#collectChar(org.eclipse.collections.api.block.function.primitive.BooleanToCharFunction,R)">collectChar</a>, <a href="../../../../api/BooleanIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.BooleanToDoubleFunction,R)">collectDouble</a>, <a href="../../../../api/BooleanIterable.html#collectFloat(org.eclipse.collections.api.block.function.primitive.BooleanToFloatFunction,R)">collectFloat</a>, <a href="../../../../api/BooleanIterable.html#collectInt(org.eclipse.collections.api.block.function.primitive.BooleanToIntFunction,R)">collectInt</a>, <a href="../../../../api/BooleanIterable.html#collectLong(org.eclipse.collections.api.block.function.primitive.BooleanToLongFunction,R)">collectLong</a>, <a href="../../../../api/BooleanIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.BooleanToShortFunction,R)">collectShort</a>, <a href="../../../../api/BooleanIterable.html#contains(boolean)">contains</a>, <a href="../../../../api/BooleanIterable.html#containsAll(boolean...)">containsAll</a>, <a href="../../../../api/BooleanIterable.html#containsAll(org.eclipse.collections.api.BooleanIterable)">containsAll</a>, <a href="../../../../api/BooleanIterable.html#count(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">count</a>, <a href="../../../../api/BooleanIterable.html#detectIfNone(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate,boolean)">detectIfNone</a>, <a href="../../../../api/BooleanIterable.html#each(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure)">each</a>, <a href="../../../../api/BooleanIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction,R)">flatCollect</a>, <a href="../../../../api/BooleanIterable.html#forEach(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure)">forEach</a>, <a href="../../../../api/BooleanIterable.html#injectInto(T,org.eclipse.collections.api.block.function.primitive.ObjectBooleanToObjectFunction)">injectInto</a>, <a href="../../../../api/BooleanIterable.html#noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">noneSatisfy</a>, <a href="../../../../api/BooleanIterable.html#reduce(org.eclipse.collections.api.block.function.primitive.BooleanBooleanToBooleanFunction)">reduce</a>, <a href="../../../../api/BooleanIterable.html#reduceIfEmpty(org.eclipse.collections.api.block.function.primitive.BooleanBooleanToBooleanFunction,boolean)">reduceIfEmpty</a>, <a href="../../../../api/BooleanIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate,R)">reject</a>, <a href="../../../../api/BooleanIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate,R)">select</a>, <a href="../../../../api/BooleanIterable.html#toArray()">toArray</a>, <a href="../../../../api/BooleanIterable.html#toArray(boolean%5B%5D)">toArray</a>, <a href="../../../../api/BooleanIterable.html#toBag()">toBag</a>, <a href="../../../../api/BooleanIterable.html#toList()">toList</a>, <a href="../../../../api/BooleanIterable.html#toSet()">toSet</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.collection.primitive.<a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.collection.primitive.MutableBooleanCollection">
<!-- -->
</a><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#add(boolean)">add</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#addAll(boolean...)">addAll</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#addAll(org.eclipse.collections.api.BooleanIterable)">addAll</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#booleanIterator()">booleanIterator</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#clear()">clear</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#remove(boolean)">remove</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#removeAll(boolean...)">removeAll</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#removeAll(org.eclipse.collections.api.BooleanIterable)">removeAll</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#removeIf(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">removeIf</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#retainAll(boolean...)">retainAll</a>, <a href="../../../../api/collection/primitive/MutableBooleanCollection.html#retainAll(org.eclipse.collections.api.BooleanIterable)">retainAll</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.list.primitive.<a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.list.primitive.MutableBooleanList">
<!-- -->
</a><code><a href="../../../../api/list/primitive/MutableBooleanList.html#swap(int,int)">swap</a>, <a href="../../../../api/list/primitive/MutableBooleanList.html#tap(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure)">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.MutableBooleanList)">UnmodifiableBooleanList</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="memberName">UnmodifiableBooleanList</span>&#8203;(<span class="arguments"><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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">boolean</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/BooleanList.html#get(int)">get</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</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">boolean</span>&nbsp;<span class="memberName">getFirst</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#getFirst()">getFirst</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</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">boolean</span>&nbsp;<span class="memberName">getLast</span>()</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#getLast()">getLast</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="indexOf(boolean)">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">boolean&nbsp;value)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#indexOf(boolean)">indexOf</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="lastIndexOf(boolean)">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">boolean&nbsp;value)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/BooleanList.html#lastIndexOf(boolean)">lastIndexOf</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addAtIndex(int,boolean)">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,
boolean&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#addAtIndex(int,boolean)">addAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addAllAtIndex(int,boolean...)">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,
boolean...&nbsp;source)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#addAllAtIndex(int,boolean...)">addAllAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="addAllAtIndex(int,org.eclipse.collections.api.BooleanIterable)">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/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;source)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#addAllAtIndex(int,org.eclipse.collections.api.BooleanIterable)">addAllAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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">boolean</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/MutableBooleanList.html#removeAtIndex(int)">removeAtIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="set(int,boolean)">set</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType">boolean</span>&nbsp;<span class="memberName">set</span>&#8203;(<span class="arguments">int&nbsp;index,
boolean&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#set(int,boolean)">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="with(boolean)">with</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></span>&nbsp;<span class="memberName">with</span>&#8203;(<span class="arguments">boolean&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#with(boolean)">with</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#with(boolean)">with</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#with(boolean)">with</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="without(boolean)">without</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></span>&nbsp;<span class="memberName">without</span>&#8203;(<span class="arguments">boolean&nbsp;element)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#without(boolean)">without</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#without(boolean)">without</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#without(boolean)">without</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="withAll(org.eclipse.collections.api.BooleanIterable)">withAll</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></span>&nbsp;<span class="memberName">withAll</span>&#8203;(<span class="arguments"><a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;elements)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#withAll(org.eclipse.collections.api.BooleanIterable)">withAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#withAll(org.eclipse.collections.api.BooleanIterable)">withAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#withAll(org.eclipse.collections.api.BooleanIterable)">withAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="withoutAll(org.eclipse.collections.api.BooleanIterable)">withoutAll</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="UnmodifiableBooleanList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableBooleanList</a></span>&nbsp;<span class="memberName">withoutAll</span>&#8203;(<span class="arguments"><a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;elements)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#withoutAll(org.eclipse.collections.api.BooleanIterable)">withoutAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#withoutAll(org.eclipse.collections.api.BooleanIterable)">withoutAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#withoutAll(org.eclipse.collections.api.BooleanIterable)">withoutAll</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></span>&nbsp;<span class="memberName">select</span>&#8203;(<span class="arguments"><a href="../../../../api/block/predicate/primitive/BooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanPredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/BooleanIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">BooleanIterable</a></code></span></div>
<div class="block">Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return true for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/BooleanIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/BooleanList.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">select</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></h3>
<div class="memberSignature"><span class="modifiers">public</span>&nbsp;<span class="returnType"><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></span>&nbsp;<span class="memberName">reject</span>&#8203;(<span class="arguments"><a href="../../../../api/block/predicate/primitive/BooleanPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BooleanPredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/BooleanIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">BooleanIterable</a></code></span></div>
<div class="block">Returns a new BooleanIterable with all of the elements in the BooleanIterable that
return false for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/BooleanIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/BooleanList.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate)">reject</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">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/BooleanToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/BooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">BooleanIterable</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/BooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/BooleanList.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction)">collect</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</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/BooleanList.html#equals(java.lang.Object)">BooleanList</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/BooleanList.html#equals(java.lang.Object)">equals</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</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/BooleanList.html#hashCode()">BooleanList</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/BooleanList.html#hashCode()">hashCode</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanCollection.html#asUnmodifiable()">asUnmodifiable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#asUnmodifiable()">asUnmodifiable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#asUnmodifiable()">asUnmodifiable</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanCollection.html#asSynchronized()">asSynchronized</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#asSynchronized()">asSynchronized</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#asSynchronized()">asSynchronized</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</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/ImmutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">ImmutableBooleanList</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/MutableBooleanList.html#toImmutable()">MutableBooleanList</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/BooleanList.html#toImmutable()">toImmutable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html#toImmutable()">toImmutable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#toImmutable()">toImmutable</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html#toImmutable()">toImmutable</a></code>&nbsp;in class&nbsp;<code><a href="../../../collection/mutable/primitive/AbstractUnmodifiableBooleanCollection.html" title="class in org.eclipse.collections.impl.collection.mutable.primitive">AbstractUnmodifiableBooleanCollection</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanList.html#newEmpty()">MutableBooleanList</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/MutableBooleanCollection.html#newEmpty()">newEmpty</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/collection/primitive/MutableBooleanCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableBooleanCollection</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#newEmpty()">newEmpty</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanList.html#reverseThis()">reverseThis</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/BooleanList.html#toReversed()">toReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#toReversed()">toReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#toReversed()">toReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure)">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/BooleanIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">BooleanIntProcedure</a>&nbsp;procedure)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure)">forEachWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</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/LazyBooleanIterable.html" title="interface in org.eclipse.collections.api">LazyBooleanIterable</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/ReversibleBooleanIterable.html#asReversed()">asReversed</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</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.ObjectBooleanIntToObjectFunction)">
<!-- -->
</a><a id="injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction)">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/ObjectBooleanIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectBooleanIntToObjectFunction</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/OrderedBooleanIterable.html#injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction)">injectIntoWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction)">injectIntoWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/BooleanList.html#distinct()">distinct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#distinct()">distinct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#distinct()">distinct</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</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/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/BooleanList.html#subList(int,int)">subList</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#subList(int,int)">subList</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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="zipBoolean(org.eclipse.collections.api.BooleanIterable)">zipBoolean</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/BooleanBooleanPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanBooleanPair</a>&gt;</span>&nbsp;<span class="memberName">zipBoolean</span>&#8203;(<span class="arguments"><a href="../../../../api/BooleanIterable.html" title="interface in org.eclipse.collections.api">BooleanIterable</a>&nbsp;iterable)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html#zipBoolean(org.eclipse.collections.api.BooleanIterable)">MutableBooleanList</a></code></span></div>
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableBooleanList</code> and another <code>BooleanList</code> by
combining corresponding elements in pairs. If one of the two <code>BooleanList</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/BooleanList.html#zipBoolean(org.eclipse.collections.api.BooleanIterable)">zipBoolean</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#zipBoolean(org.eclipse.collections.api.BooleanIterable)">zipBoolean</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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/BooleanObjectPair.html" title="interface in org.eclipse.collections.api.tuple.primitive">BooleanObjectPair</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/MutableBooleanList.html#zip(java.lang.Iterable)">MutableBooleanList</a></code></span></div>
<div class="block">Returns a <code>MutableList</code> formed from this <code>MutableBooleanList</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/BooleanList.html#zip(java.lang.Iterable)">zip</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#zip(java.lang.Iterable)">zip</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</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.BooleanIntToObjectFunction)">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/BooleanIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanIntToObjectFunction</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/BooleanList.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/BooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">BooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/list/primitive/MutableBooleanList.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/list/primitive/MutableBooleanList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableBooleanList</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/ReversibleBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleBooleanIterable</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.BooleanIntToObjectFunction,java.util.Collection)">
<!-- -->
</a><a id="collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction,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/BooleanIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanIntToObjectFunction</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/OrderedBooleanIterable.html#collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction,R)">collectWithIndex</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../api/ordered/primitive/OrderedBooleanIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedBooleanIterable</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>9.1.</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/UnmodifiableBooleanList.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>