blob: 10b059c998117257af7d6e9071e5f76419107ae0 [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>OrderedLongIterable (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.api.ordered.primitive, interface: OrderedLongIterable">
<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":6,"i1":18,"i2":18,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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/OrderedLongIterable.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>Constr&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>Constr&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.api.ordered.primitive</a></div>
<h1 title="Interface OrderedLongIterable" class="title">Interface OrderedLongIterable</h1>
</div>
<div class="contentContainer">
<section class="description">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="../../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a></code>, <code><a href="../../PrimitiveIterable.html" title="interface in org.eclipse.collections.api">PrimitiveIterable</a></code></dd>
</dl>
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="../../list/primitive/ImmutableLongList.html" title="interface in org.eclipse.collections.api.list.primitive">ImmutableLongList</a></code>, <code><a href="../../stack/primitive/ImmutableLongStack.html" title="interface in org.eclipse.collections.api.stack.primitive">ImmutableLongStack</a></code>, <code><a href="../../list/primitive/LongList.html" title="interface in org.eclipse.collections.api.list.primitive">LongList</a></code>, <code><a href="../../stack/primitive/LongStack.html" title="interface in org.eclipse.collections.api.stack.primitive">LongStack</a></code>, <code><a href="../../list/primitive/MutableLongList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableLongList</a></code>, <code><a href="../../stack/primitive/MutableLongStack.html" title="interface in org.eclipse.collections.api.stack.primitive">MutableLongStack</a></code>, <code><a href="ReversibleLongIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">ReversibleLongIterable</a></code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="../../../impl/stack/primitive/AbstractLongStack.html" title="class in org.eclipse.collections.impl.stack.primitive">AbstractLongStack</a></code>, <code><a href="../../../impl/list/mutable/primitive/LongArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">LongArrayList</a></code>, <code><a href="../../../impl/stack/mutable/primitive/LongArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">LongArrayStack</a></code>, <code><a href="../../../impl/list/primitive/LongInterval.html" title="class in org.eclipse.collections.impl.list.primitive">LongInterval</a></code>, <code><a href="../../../impl/list/mutable/primitive/SynchronizedLongList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedLongList</a></code>, <code><a href="../../../impl/stack/mutable/primitive/SynchronizedLongStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">SynchronizedLongStack</a></code>, <code><a href="../../../impl/list/mutable/primitive/UnmodifiableLongList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableLongList</a></code>, <code><a href="../../../impl/stack/mutable/primitive/UnmodifiableLongStack.html" title="class in org.eclipse.collections.impl.stack.mutable.primitive">UnmodifiableLongStack</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">OrderedLongIterable</span>
extends <a href="../../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a></pre>
<div class="block">This file was automatically generated from template file orderedPrimitiveIterable.stg.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>6.0.</dd>
</dl>
</section>
<section class="summary">
<ul class="blockList">
<!-- ========== 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="t3" class="tableTab" onclick="show(4);">Abstract Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t5" class="tableTab" onclick="show(16);">Default 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>&lt;V&gt;&nbsp;<a href="../OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</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.LongToObjectFunction)">collect</a></span>&#8203;(<a href="../../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</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="i1">
<td class="colFirst"><code>default &lt;V&gt;&nbsp;<a href="../OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</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.LongIntToObjectFunction)">collectWithIndex</a></span>&#8203;(<a href="../../block/function/primitive/LongIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongIntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Returns a new OrderedIterable using results obtained by applying the specified function to each element
and its corresponding index.</div>
</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code>default &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.LongIntToObjectFunction,R)">collectWithIndex</a></span>&#8203;(<a href="../../block/function/primitive/LongIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongIntToObjectFunction</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="i3">
<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.LongIntProcedure)">forEachWithIndex</a></span>&#8203;(<a href="../../block/procedure/primitive/LongIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongIntProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i4">
<td class="colFirst"><code>long</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="rowColor" id="i5">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#indexOf(long)">indexOf</a></span>&#8203;(long&nbsp;value)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor" id="i6">
<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.ObjectLongIntToObjectFunction)">injectIntoWithIndex</a></span>&#8203;(T&nbsp;injectedValue,
<a href="../../block/function/primitive/ObjectLongIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectLongIntToObjectFunction</a>&lt;? super T,&#8203;? extends T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i7">
<td class="colFirst"><code><a href="OrderedLongIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedLongIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">reject</a></span>&#8203;(<a href="../../block/predicate/primitive/LongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new LongIterable with all of the elements in the LongIterable that
return false for the specified predicate.</div>
</td>
</tr>
<tr class="altColor" id="i8">
<td class="colFirst"><code><a href="OrderedLongIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedLongIterable</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">select</a></span>&#8203;(<a href="../../block/predicate/primitive/LongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Returns a new LongIterable with all of the elements in the LongIterable that
return true for the specified predicate.</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.<a href="../../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a></h3>
<a id="methods.inherited.from.class.org.eclipse.collections.api.LongIterable">
<!-- -->
</a><code><a href="../../LongIterable.html#allSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">allSatisfy</a>, <a href="../../LongIterable.html#anySatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">anySatisfy</a>, <a href="../../LongIterable.html#asLazy()">asLazy</a>, <a href="../../LongIterable.html#average()">average</a>, <a href="../../LongIterable.html#averageIfEmpty(double)">averageIfEmpty</a>, <a href="../../LongIterable.html#chunk(int)">chunk</a>, <a href="../../LongIterable.html#collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction,R)">collect</a>, <a href="../../LongIterable.html#collectBoolean(org.eclipse.collections.api.block.function.primitive.LongToBooleanFunction,R)">collectBoolean</a>, <a href="../../LongIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.LongToByteFunction,R)">collectByte</a>, <a href="../../LongIterable.html#collectChar(org.eclipse.collections.api.block.function.primitive.LongToCharFunction,R)">collectChar</a>, <a href="../../LongIterable.html#collectDouble(org.eclipse.collections.api.block.function.primitive.LongToDoubleFunction,R)">collectDouble</a>, <a href="../../LongIterable.html#collectFloat(org.eclipse.collections.api.block.function.primitive.LongToFloatFunction,R)">collectFloat</a>, <a href="../../LongIterable.html#collectInt(org.eclipse.collections.api.block.function.primitive.LongToIntFunction,R)">collectInt</a>, <a href="../../LongIterable.html#collectLong(org.eclipse.collections.api.block.function.primitive.LongToLongFunction,R)">collectLong</a>, <a href="../../LongIterable.html#collectShort(org.eclipse.collections.api.block.function.primitive.LongToShortFunction,R)">collectShort</a>, <a href="../../LongIterable.html#contains(long)">contains</a>, <a href="../../LongIterable.html#containsAll(long...)">containsAll</a>, <a href="../../LongIterable.html#containsAll(org.eclipse.collections.api.LongIterable)">containsAll</a>, <a href="../../LongIterable.html#count(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">count</a>, <a href="../../LongIterable.html#detectIfNone(org.eclipse.collections.api.block.predicate.primitive.LongPredicate,long)">detectIfNone</a>, <a href="../../LongIterable.html#each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure)">each</a>, <a href="../../LongIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction,R)">flatCollect</a>, <a href="../../LongIterable.html#forEach(org.eclipse.collections.api.block.procedure.primitive.LongProcedure)">forEach</a>, <a href="../../LongIterable.html#injectInto(T,org.eclipse.collections.api.block.function.primitive.ObjectLongToObjectFunction)">injectInto</a>, <a href="../../LongIterable.html#longIterator()">longIterator</a>, <a href="../../LongIterable.html#max()">max</a>, <a href="../../LongIterable.html#maxIfEmpty(long)">maxIfEmpty</a>, <a href="../../LongIterable.html#median()">median</a>, <a href="../../LongIterable.html#medianIfEmpty(double)">medianIfEmpty</a>, <a href="../../LongIterable.html#min()">min</a>, <a href="../../LongIterable.html#minIfEmpty(long)">minIfEmpty</a>, <a href="../../LongIterable.html#noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">noneSatisfy</a>, <a href="../../LongIterable.html#reduce(org.eclipse.collections.api.block.function.primitive.LongLongToLongFunction)">reduce</a>, <a href="../../LongIterable.html#reduceIfEmpty(org.eclipse.collections.api.block.function.primitive.LongLongToLongFunction,long)">reduceIfEmpty</a>, <a href="../../LongIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate,R)">reject</a>, <a href="../../LongIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate,R)">select</a>, <a href="../../LongIterable.html#sum()">sum</a>, <a href="../../LongIterable.html#summaryStatistics()">summaryStatistics</a>, <a href="../../LongIterable.html#tap(org.eclipse.collections.api.block.procedure.primitive.LongProcedure)">tap</a>, <a href="../../LongIterable.html#toArray()">toArray</a>, <a href="../../LongIterable.html#toArray(long%5B%5D)">toArray</a>, <a href="../../LongIterable.html#toBag()">toBag</a>, <a href="../../LongIterable.html#toList()">toList</a>, <a href="../../LongIterable.html#toSet()">toSet</a>, <a href="../../LongIterable.html#toSortedArray()">toSortedArray</a>, <a href="../../LongIterable.html#toSortedList()">toSortedList</a></code></div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;org.eclipse.collections.api.<a href="../../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="../../PrimitiveIterable.html#appendString(java.lang.Appendable)">appendString</a>, <a href="../../PrimitiveIterable.html#appendString(java.lang.Appendable,java.lang.String)">appendString</a>, <a href="../../PrimitiveIterable.html#appendString(java.lang.Appendable,java.lang.String,java.lang.String,java.lang.String)">appendString</a>, <a href="../../PrimitiveIterable.html#isEmpty()">isEmpty</a>, <a href="../../PrimitiveIterable.html#makeString()">makeString</a>, <a href="../../PrimitiveIterable.html#makeString(java.lang.String)">makeString</a>, <a href="../../PrimitiveIterable.html#makeString(java.lang.String,java.lang.String,java.lang.String)">makeString</a>, <a href="../../PrimitiveIterable.html#notEmpty()">notEmpty</a>, <a href="../../PrimitiveIterable.html#size()">size</a>, <a href="../../PrimitiveIterable.html#toString()">toString</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ============ 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="getFirst()">getFirst</a></h3>
<div class="memberSignature"><span class="returnType">long</span>&nbsp;<span class="memberName">getFirst</span>()</div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="indexOf(long)">indexOf</a></h3>
<div class="memberSignature"><span class="returnType">int</span>&nbsp;<span class="memberName">indexOf</span>&#8203;(<span class="arguments">long&nbsp;value)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">select</a></h3>
<div class="memberSignature"><span class="returnType"><a href="OrderedLongIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedLongIterable</a></span>&nbsp;<span class="memberName">select</span>&#8203;(<span class="arguments"><a href="../../block/predicate/primitive/LongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongPredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../LongIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">LongIterable</a></code></span></div>
<div class="block">Returns a new LongIterable with all of the elements in the LongIterable that
return true for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../LongIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">select</a></code>&nbsp;in interface&nbsp;<code><a href="../../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">reject</a></h3>
<div class="memberSignature"><span class="returnType"><a href="OrderedLongIterable.html" title="interface in org.eclipse.collections.api.ordered.primitive">OrderedLongIterable</a></span>&nbsp;<span class="memberName">reject</span>&#8203;(<span class="arguments"><a href="../../block/predicate/primitive/LongPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">LongPredicate</a>&nbsp;predicate)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../LongIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">LongIterable</a></code></span></div>
<div class="block">Returns a new LongIterable with all of the elements in the LongIterable that
return false for the specified predicate.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../LongIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.LongPredicate)">reject</a></code>&nbsp;in interface&nbsp;<code><a href="../../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">collect</a></h3>
<div class="memberSignature"><span class="typeParameters">&lt;V&gt;</span>&nbsp;<span class="returnType"><a href="../OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</a>&lt;V&gt;</span>&nbsp;<span class="memberName">collect</span>&#8203;(<span class="arguments"><a href="../../block/function/primitive/LongToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</span></div>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../LongIterable.html#collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">LongIterable</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="../../LongIterable.html#collect(org.eclipse.collections.api.block.function.primitive.LongToObjectFunction)">collect</a></code>&nbsp;in interface&nbsp;<code><a href="../../LongIterable.html" title="interface in org.eclipse.collections.api">LongIterable</a></code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="collectWithIndex(org.eclipse.collections.api.block.function.primitive.LongIntToObjectFunction)">collectWithIndex</a></h3>
<div class="memberSignature"><span class="modifiers">default</span>&nbsp;<span class="typeParameters">&lt;V&gt;</span>&nbsp;<span class="returnType"><a href="../OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</a>&lt;V&gt;</span>&nbsp;<span class="memberName">collectWithIndex</span>&#8203;(<span class="arguments"><a href="../../block/function/primitive/LongIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongIntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</span></div>
<div class="block">Returns a new OrderedIterable using results obtained by applying the specified function to each element
and its corresponding index.</div>
<dl>
<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.LongIntToObjectFunction,java.util.Collection)">
<!-- -->
</a><a id="collectWithIndex(org.eclipse.collections.api.block.function.primitive.LongIntToObjectFunction,R)">collectWithIndex</a></h3>
<div class="memberSignature"><span class="modifiers">default</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="../../block/function/primitive/LongIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongIntToObjectFunction</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="simpleTagLabel">Since:</span></dt>
<dd>9.1.</dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="injectIntoWithIndex(java.lang.Object,org.eclipse.collections.api.block.function.primitive.ObjectLongIntToObjectFunction)">
<!-- -->
</a><a id="injectIntoWithIndex(T,org.eclipse.collections.api.block.function.primitive.ObjectLongIntToObjectFunction)">injectIntoWithIndex</a></h3>
<div class="memberSignature"><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="../../block/function/primitive/ObjectLongIntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectLongIntToObjectFunction</a>&lt;? super T,&#8203;? extends T&gt;&nbsp;function)</span></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.LongIntProcedure)">forEachWithIndex</a></h3>
<div class="memberSignature"><span class="returnType">void</span>&nbsp;<span class="memberName">forEachWithIndex</span>&#8203;(<span class="arguments"><a href="../../block/procedure/primitive/LongIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">LongIntProcedure</a>&nbsp;procedure)</span></div>
</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/OrderedLongIterable.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>Constr&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>Constr&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>