blob: 9d590ffa2d751d81e4d2c4b5f3f79d90e65d2560 [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>Uses of Interface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction (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="use: package: org.eclipse.collections.api.block.function.primitive, interface: IntToObjectFunction">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-use">
<script type="text/javascript">var pathtoroot = "../../../../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.eclipse.collections.api.block.function.primitive.IntToObjectFunction" class="title">Uses of Interface<br>org.eclipse.collections.api.block.function.primitive.IntToObjectFunction</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api">org.eclipse.collections.api</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag.primitive">org.eclipse.collections.api.bag.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for Primitive Bags with Mutable and Immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.collection.primitive">org.eclipse.collections.api.collection.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive collection API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list.primitive">org.eclipse.collections.api.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive list API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.primitive">org.eclipse.collections.api.map.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.ordered.primitive">org.eclipse.collections.api.ordered.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.set.primitive">org.eclipse.collections.api.set.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for mutable and immutable primitive sets.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.stack.primitive">org.eclipse.collections.api.stack.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive stack API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable.primitive">org.eclipse.collections.impl.bag.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive bag interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.block.function.primitive">org.eclipse.collections.impl.block.function.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of primitive functions.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive collection interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable.primitive">org.eclipse.collections.impl.list.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive list interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.primitive">org.eclipse.collections.impl.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the primitive list interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable.primitive">org.eclipse.collections.impl.map.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.primitive">org.eclipse.collections.impl.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable.primitive">org.eclipse.collections.impl.set.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive set interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.mutable.primitive">org.eclipse.collections.impl.stack.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive stack interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.string.immutable">org.eclipse.collections.impl.string.immutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal.primitive">org.eclipse.collections.impl.utility.internal.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.primitive">org.eclipse.collections.impl.utility.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../package-summary.html">org.eclipse.collections.api</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntIterable.</span><code><span class="memberNameLink"><a href="../../../../IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Returns a new collection with the results of applying the specified function on each element of the source
collection.</div>
</td>
</tr>
<tr class="rowColor">
<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"><span class="typeNameLabel">IntIterable.</span><code><span class="memberNameLink"><a href="../../../../IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../../IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)"><code>IntIterable.collect(IntToObjectFunction)</code></a> , only the results are added to the target Collection.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterable.</span><code><span class="memberNameLink"><a href="../../../../LazyIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><span class="typeNameLabel">IntIterable.</span><code><span class="memberNameLink"><a href="../../../../IntIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">flatCollect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <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;V&gt;&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">
<div class="block"><code>flatCollect</code> is a special case of <a href="../../../../IntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)"><code>IntIterable.collect(IntToObjectFunction)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterable.</span><code><span class="memberNameLink"><a href="../../../../LazyIntIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <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;V&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../bag/primitive/package-summary.html">org.eclipse.collections.api.bag.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../bag/primitive/package-summary.html">org.eclipse.collections.api.bag.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntBag.</span><code><span class="memberNameLink"><a href="../../../../bag/primitive/ImmutableIntBag.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/Bag.html" title="interface in org.eclipse.collections.api.bag">Bag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntBag.</span><code><span class="memberNameLink"><a href="../../../../bag/primitive/IntBag.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntBag.</span><code><span class="memberNameLink"><a href="../../../../bag/primitive/MutableIntBag.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.collection.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../collection/primitive/package-summary.html">org.eclipse.collections.api.collection.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../collection/primitive/package-summary.html">org.eclipse.collections.api.collection.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/ImmutableCollection.html" title="interface in org.eclipse.collections.api.collection">ImmutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntCollection.</span><code><span class="memberNameLink"><a href="../../../../collection/primitive/ImmutableIntCollection.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntCollection.</span><code><span class="memberNameLink"><a href="../../../../collection/primitive/MutableIntCollection.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../list/primitive/package-summary.html">org.eclipse.collections.api.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../list/primitive/package-summary.html">org.eclipse.collections.api.list.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/ImmutableIntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ListIterable.html" title="interface in org.eclipse.collections.api.list">ListIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/IntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/MutableIntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/MutableIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the natural order of the key returned by <code>
function</code>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntList.</span><code><span class="memberNameLink"><a href="../../../../list/primitive/MutableIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the key returned by <code>
function</code> using the provided <code>comparator</code>.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableByteIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableByteIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableCharIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableCharIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableDoubleIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableDoubleIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableFloatIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableFloatIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableIntIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableLongIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableLongIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/ImmutableCollection.html" title="interface in org.eclipse.collections.api.collection">ImmutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableObjectIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableObjectIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableShortIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/ImmutableShortIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/Bag.html" title="interface in org.eclipse.collections.api.bag">Bag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntValuesMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/IntValuesMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntValuesMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableIntValuesMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableObjectIntMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableObjectIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../map/primitive/MutableIntObjectMap.html" title="type parameter in MutableIntObjectMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntObjectMap.</span><code><span class="memberNameLink"><a href="../../../../map/primitive/MutableIntObjectMap.html#getIfAbsentPutWithKey(int,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(int&nbsp;key,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../map/primitive/MutableIntObjectMap.html" title="type parameter in MutableIntObjectMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Retrieves the value associated with the key if one exists; if it does not,
associates the result of invoking the value function with the key.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.ordered.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../ordered/primitive/package-summary.html">org.eclipse.collections.api.ordered.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../ordered/primitive/package-summary.html">org.eclipse.collections.api.ordered.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../ordered/OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OrderedIntIterable.</span><code><span class="memberNameLink"><a href="../../../../ordered/primitive/OrderedIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../ordered/ReversibleIterable.html" title="interface in org.eclipse.collections.api.ordered">ReversibleIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReversibleIntIterable.</span><code><span class="memberNameLink"><a href="../../../../ordered/primitive/ReversibleIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../set/primitive/package-summary.html">org.eclipse.collections.api.set.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../set/primitive/package-summary.html">org.eclipse.collections.api.set.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntSet.</span><code><span class="memberNameLink"><a href="../../../../set/primitive/ImmutableIntSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntSet.</span><code><span class="memberNameLink"><a href="../../../../set/primitive/IntSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntSet.</span><code><span class="memberNameLink"><a href="../../../../set/primitive/MutableIntSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.stack.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../stack/primitive/package-summary.html">org.eclipse.collections.api.stack.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../stack/primitive/package-summary.html">org.eclipse.collections.api.stack.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/ImmutableStack.html" title="interface in org.eclipse.collections.api.stack">ImmutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ImmutableIntStack.</span><code><span class="memberNameLink"><a href="../../../../stack/primitive/ImmutableIntStack.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/StackIterable.html" title="interface in org.eclipse.collections.api.stack">StackIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntStack.</span><code><span class="memberNameLink"><a href="../../../../stack/primitive/IntStack.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableIntStack.</span><code><span class="memberNameLink"><a href="../../../../stack/primitive/MutableIntStack.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntHashBag.</span><code><span class="memberNameLink"><a href="../../../../../impl/bag/mutable/primitive/IntHashBag.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntBag.</span><code><span class="memberNameLink"><a href="../../../../../impl/bag/mutable/primitive/SynchronizedIntBag.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntBag.</span><code><span class="memberNameLink"><a href="../../../../../impl/bag/mutable/primitive/UnmodifiableIntBag.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.block.function.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a> that implement <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="class in org.eclipse.collections.impl.block.function.primitive">IntCaseFunction</a>&lt;V&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveCaseFunction.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="class in org.eclipse.collections.impl.block.function.primitive">IntCaseFunction</a>&lt;<a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="type parameter in IntCaseFunction">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntCaseFunction.</span><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/IntCaseFunction.html#addCase(org.eclipse.collections.api.block.predicate.primitive.IntPredicate,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">addCase</a></span>&#8203;(<a href="../../../predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="type parameter in IntCaseFunction">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="class in org.eclipse.collections.impl.block.function.primitive">IntCaseFunction</a>&lt;<a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="type parameter in IntCaseFunction">V</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntCaseFunction.</span><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/IntCaseFunction.html#setDefault(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">setDefault</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="type parameter in IntCaseFunction">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../../impl/block/function/primitive/package-summary.html">org.eclipse.collections.impl.block.function.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/block/function/primitive/IntCaseFunction.html#%3Cinit%3E(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">IntCaseFunction</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/block/function/primitive/IntCaseFunction.html" title="type parameter in IntCaseFunction">V</a>&gt;&nbsp;newDefaultFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.collection.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedIntCollection.</span><code><span class="memberNameLink"><a href="../../../../../impl/collection/mutable/primitive/AbstractSynchronizedIntCollection.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableIntCollection.</span><code><span class="memberNameLink"><a href="../../../../../impl/collection/mutable/primitive/AbstractUnmodifiableIntCollection.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/AbstractLazyIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/AbstractLazyIntIterable.html#flatCollect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <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;V&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/CollectIntToObjectIterable.html#%3Cinit%3E(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">CollectIntToObjectIterable</a></span>&#8203;(<a href="../../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/lazy/primitive/CollectIntToObjectIterable.html" title="type parameter in CollectIntToObjectIterable">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../impl/lazy/primitive/FlatCollectIntToObjectIterable.html#%3Cinit%3E(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">FlatCollectIntToObjectIterable</a></span>&#8203;(<a href="../../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="../../../../../impl/lazy/primitive/FlatCollectIntToObjectIterable.html" title="type parameter in FlatCollectIntToObjectIterable">V</a>&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntArrayList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/IntArrayList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><span class="typeNameLabel">IntArrayList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/IntArrayList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/SynchronizedIntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/UnmodifiableIntList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/SynchronizedIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../../../../list/primitive/MutableIntList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableIntList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntList.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/mutable/primitive/SynchronizedIntList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/list/primitive/package-summary.html">org.eclipse.collections.impl.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/list/primitive/package-summary.html">org.eclipse.collections.impl.list.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntInterval.</span><code><span class="memberNameLink"><a href="../../../../../impl/list/primitive/IntInterval.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableIntKeySet.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/AbstractMutableIntKeySet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableIntValuesMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/AbstractMutableIntValuesMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectIntHashMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectIntHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/ObjectIntHashMapWithHashingStrategy.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedByteIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedCharIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedDoubleIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedFloatIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedLongIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedObjectIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedShortIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableByteIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableCharIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableDoubleIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableFloatIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableLongIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V1&gt;&nbsp;<a href="../../../../collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;V1&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableObjectIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V1&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortIntMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableShortIntMap.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../impl/map/mutable/primitive/IntObjectHashMap.html" title="type parameter in IntObjectHashMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntObjectHashMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/IntObjectHashMap.html#getIfAbsentPutWithKey(int,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(int&nbsp;key,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/map/mutable/primitive/IntObjectHashMap.html" title="type parameter in IntObjectHashMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html" title="type parameter in SynchronizedIntObjectMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntObjectMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html#getIfAbsentPutWithKey(int,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(int&nbsp;key,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/map/mutable/primitive/SynchronizedIntObjectMap.html" title="type parameter in SynchronizedIntObjectMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html" title="type parameter in UnmodifiableIntObjectMap">V</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntObjectMap.</span><code><span class="memberNameLink"><a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html#getIfAbsentPutWithKey(int,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">getIfAbsentPutWithKey</a></span>&#8203;(int&nbsp;key,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <a href="../../../../../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html" title="type parameter in UnmodifiableIntObjectMap">V</a>&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntIterable.</span><code><span class="memberNameLink"><a href="../../../../../impl/primitive/SynchronizedIntIterable.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntHashSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/IntHashSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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"><span class="typeNameLabel">IntHashSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/IntHashSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;target)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/SynchronizedIntSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntSet.</span><code><span class="memberNameLink"><a href="../../../../../impl/set/mutable/primitive/UnmodifiableIntSet.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">IntArrayStack.</span><code><span class="memberNameLink"><a href="../../../../../impl/stack/mutable/primitive/IntArrayStack.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntStack.</span><code><span class="memberNameLink"><a href="../../../../../impl/stack/mutable/primitive/SynchronizedIntStack.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntStack.</span><code><span class="memberNameLink"><a href="../../../../../impl/stack/mutable/primitive/UnmodifiableIntStack.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.string.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CodePointAdapter.</span><code><span class="memberNameLink"><a href="../../../../../impl/string/immutable/CodePointAdapter.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;V&gt;&nbsp;<a href="../../../../list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CodePointList.</span><code><span class="memberNameLink"><a href="../../../../../impl/string/immutable/CodePointList.html#collect(org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.internal.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;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"><span class="typeNameLabel">IntIterableIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/internal/primitive/IntIterableIterate.html#collect(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">collect</a></span>&#8203;(<a href="../../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &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"><span class="typeNameLabel">IntIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/internal/primitive/IntIteratorIterate.html#collect(org.eclipse.collections.api.iterator.IntIterator,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction,R)">collect</a></span>&#8203;(<a href="../../../../iterator/IntIterator.html" title="interface in org.eclipse.collections.api.iterator">IntIterator</a>&nbsp;iterator,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a> in <a href="../../../../../impl/utility/primitive/package-summary.html">org.eclipse.collections.impl.utility.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../../impl/utility/primitive/package-summary.html">org.eclipse.collections.impl.utility.primitive</a> with parameters of type <a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/primitive/LazyIntIterate.html#collect(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collect</a></span>&#8203;(<a href="../../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming int iterable for the specified int iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/primitive/LazyIntIterate.html#collectIf(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.predicate.primitive.IntPredicate,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">collectIf</a></span>&#8203;(<a href="../../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../../../predicate/primitive/IntPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">IntPredicate</a>&nbsp;predicate,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends V&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering and transforming int iterable for the specified int iterable.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;V&gt;&nbsp;<a href="../../../../LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;V&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterate.</span><code><span class="memberNameLink"><a href="../../../../../impl/utility/primitive/LazyIntIterate.html#flatCollect(org.eclipse.collections.api.IntIterable,org.eclipse.collections.api.block.function.primitive.IntToObjectFunction)">flatCollect</a></span>&#8203;(<a href="../../../../IntIterable.html" title="interface in org.eclipse.collections.api">IntIterable</a>&nbsp;iterable,
<a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToObjectFunction</a>&lt;? extends <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;V&gt;&gt;&nbsp;function)</code></th>
<td class="colLast">
<div class="block">Creates a deferred transforming and flattening int iterable for the specified int iterable.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../IntToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>