blob: 55161f1b194450b575577900dc75f51866368a33 [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.list.primitive.MutableCharList (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.list.primitive, interface: MutableCharList">
<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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.eclipse.collections.api.list.primitive.MutableCharList" class="title">Uses of Interface<br>org.eclipse.collections.api.list.primitive.MutableCharList</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api">org.eclipse.collections.api</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for Eclipse Collections API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.bag.sorted">org.eclipse.collections.api.bag.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for SortedBag API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.factory.list.primitive">org.eclipse.collections.api.factory.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains factory API for creating immutable primitive list instances.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list">org.eclipse.collections.api.list</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for list API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>List</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.list.primitive">org.eclipse.collections.api.list.primitive</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable primitive list API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map">org.eclipse.collections.api.map</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for map API which enhance the performance and functionality of <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink"><code>Map</code></a></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.map.sorted">org.eclipse.collections.api.map.sorted</a></th>
<td class="colLast">
<div class="block">This package contains mutable and immutable sorted map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.set.sorted">org.eclipse.collections.api.set.sorted</a></th>
<td class="colLast">
<div class="block">This package contains interfaces for sorted set API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.sorted.mutable">org.eclipse.collections.impl.bag.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../../../bag/sorted/MutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted"><code>MutableSortedBag</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive collection interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable">org.eclipse.collections.impl.list.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../MutableList.html" title="interface in org.eclipse.collections.api.list"><code>MutableList</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.list.mutable.primitive">org.eclipse.collections.impl.list.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive list interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.ordered.mutable">org.eclipse.collections.impl.map.ordered.mutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.sorted.mutable">org.eclipse.collections.impl.map.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../../../map/sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted"><code>MutableSortedMap</code></a> interface.</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.sorted.mutable">org.eclipse.collections.impl.set.sorted.mutable</a></th>
<td class="colLast">
<div class="block">This package contains implementations of <a href="../../../set/sorted/MutableSortedSet.html" title="interface in org.eclipse.collections.api.set.sorted"><code>MutableSortedSet</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<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="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.primitive">org.eclipse.collections.impl.stack.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.string.immutable">org.eclipse.collections.impl.string.immutable</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility">org.eclipse.collections.impl.utility</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal">org.eclipse.collections.impl.utility.internal</a></th>
<td class="colLast">
<div class="block">This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.</div>
</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../package-summary.html">org.eclipse.collections.api</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../package-summary.html">org.eclipse.collections.api</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIterable.</span><code><span class="memberNameLink"><a href="../../../CharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">
<div class="block">Converts the CharIterable to a new MutableCharList.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIterable.</span><code><span class="memberNameLink"><a href="../../../CharIterable.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.bag.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../bag/sorted/package-summary.html">org.eclipse.collections.api.bag.sorted</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../bag/sorted/MutableSortedBag.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../bag/sorted/MutableSortedBag.html" title="type parameter in MutableSortedBag">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.factory.list.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../factory/list/primitive/package-summary.html">org.eclipse.collections.api.factory.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../factory/list/primitive/package-summary.html">org.eclipse.collections.api.factory.list.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#of()">of</a></span>()</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableCharListFactory.html#empty()"><code>MutableCharListFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#of(char...)">of</a></span>&#8203;(char...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableCharListFactory.html#with(char...)"><code>MutableCharListFactory.with(char[])</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#ofAll(java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang" class="externalLink">Character</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableCharListFactory.html#withAll(java.lang.Iterable)"><code>MutableCharListFactory.withAll(Iterable)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#ofAll(org.eclipse.collections.api.CharIterable)">ofAll</a></span>&#8203;(<a href="../../../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableCharListFactory.html#withAll(org.eclipse.collections.api.CharIterable)"><code>MutableCharListFactory.withAll(CharIterable)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#with()">with</a></span>()</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableCharListFactory.html#empty()"><code>MutableCharListFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#with(char...)">with</a></span>&#8203;(char...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Creates a new list using the passed <code>items</code> argument as the backing store.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#withAll(java.lang.Iterable)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang" class="externalLink">Character</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#withAll(org.eclipse.collections.api.CharIterable)">withAll</a></span>&#8203;(<a href="../../../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#withInitialCapacity(int)">withInitialCapacity</a></span>&#8203;(int&nbsp;capacity)</code></th>
<td class="colLast">
<div class="block">Same as <a href="../../../factory/list/primitive/MutableCharListFactory.html#empty()"><code>MutableCharListFactory.empty()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactory.</span><code><span class="memberNameLink"><a href="../../../factory/list/primitive/MutableCharListFactory.html#wrapCopy(char...)">wrapCopy</a></span>&#8203;(char...&nbsp;array)</code></th>
<td class="colLast">
<div class="block">Creates a new list by first copying the array passed in.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.list">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../package-summary.html">org.eclipse.collections.api.list</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../package-summary.html">org.eclipse.collections.api.list</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableList.</span><code><span class="memberNameLink"><a href="../../MutableList.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../MutableList.html" title="type parameter in MutableList">T</a>&gt;&nbsp;charFunction)</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../package-summary.html">org.eclipse.collections.api.list.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.collections.api.list.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a new empty mutable version of the same List type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#shuffleThis()">shuffleThis</a></span>()</code></th>
<td class="colLast">
<div class="block">Randomly permutes this list mutating its contents and returns the same list (this).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#shuffleThis(java.util.Random)">shuffleThis</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util" class="externalLink">Random</a>&nbsp;rnd)</code></th>
<td class="colLast">
<div class="block">Randomly permutes this list mutating its contents and returns the same list (this).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#sortThis()">sortThis</a></span>()</code></th>
<td class="colLast">
<div class="block">Sorts this list mutating its contents and returns the same mutable list (this).</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#sortThis(org.eclipse.collections.api.block.comparator.primitive.CharComparator)">sortThis</a></span>&#8203;(<a href="../../../block/comparator/primitive/CharComparator.html" title="interface in org.eclipse.collections.api.block.comparator.primitive">CharComparator</a>&nbsp;comparator)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list and returns the list itself as a convenience.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">
<div class="block">Sorts the internal data structure of this list based on the key returned by <code>
function</code> using the provided <code>comparator</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>default <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#tap(org.eclipse.collections.api.block.procedure.primitive.CharProcedure)">tap</a></span>&#8203;(<a href="../../../block/procedure/primitive/CharProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">CharProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#with(char)">with</a></span>&#8203;(char&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#withAll(org.eclipse.collections.api.CharIterable)">withAll</a></span>&#8203;(<a href="../../../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#without(char)">without</a></span>&#8203;(char&nbsp;element)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharList.</span><code><span class="memberNameLink"><a href="../MutableCharList.html#withoutAll(org.eclipse.collections.api.CharIterable)">withoutAll</a></span>&#8203;(<a href="../../../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;elements)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../map/package-summary.html">org.eclipse.collections.api.map</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../map/package-summary.html">org.eclipse.collections.api.map</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableOrderedMap.</span><code><span class="memberNameLink"><a href="../../../map/MutableOrderedMap.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../map/MutableOrderedMap.html" title="type parameter in MutableOrderedMap">V</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.map.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../map/sorted/package-summary.html">org.eclipse.collections.api.map.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../map/sorted/package-summary.html">org.eclipse.collections.api.map.sorted</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSortedMap.</span><code><span class="memberNameLink"><a href="../../../map/sorted/MutableSortedMap.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../map/sorted/MutableSortedMap.html" title="type parameter in MutableSortedMap">V</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.set.sorted">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../set/sorted/package-summary.html">org.eclipse.collections.api.set.sorted</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableSortedSet.</span><code><span class="memberNameLink"><a href="../../../set/sorted/MutableSortedSet.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../set/sorted/MutableSortedSet.html" title="type parameter in MutableSortedSet">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.bag.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/bag/sorted/mutable/package-summary.html">org.eclipse.collections.impl.bag.sorted.mutable</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSortedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/sorted/mutable/AbstractMutableSortedBag.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/bag/sorted/mutable/AbstractMutableSortedBag.html" title="type parameter in AbstractMutableSortedBag">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/sorted/mutable/SynchronizedSortedBag.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/bag/sorted/mutable/SynchronizedSortedBag.html" title="type parameter in SynchronizedSortedBag">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedBag.</span><code><span class="memberNameLink"><a href="../../../../impl/bag/sorted/mutable/UnmodifiableSortedBag.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/bag/sorted/mutable/UnmodifiableSortedBag.html" title="type parameter in UnmodifiableSortedBag">T</a>&gt;&nbsp;charFunction)</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/collection/mutable/primitive/package-summary.html">org.eclipse.collections.impl.collection.mutable.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedCharCollection.</span><code><span class="memberNameLink"><a href="../../../../impl/collection/mutable/primitive/AbstractSynchronizedCharCollection.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableCharCollection.</span><code><span class="memberNameLink"><a href="../../../../impl/collection/mutable/primitive/AbstractUnmodifiableCharCollection.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedCharCollection.</span><code><span class="memberNameLink"><a href="../../../../impl/collection/mutable/primitive/AbstractSynchronizedCharCollection.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableCharCollection.</span><code><span class="memberNameLink"><a href="../../../../impl/collection/mutable/primitive/AbstractUnmodifiableCharCollection.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.lazy.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/AbstractLazyCharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/CollectCharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyCharIterableAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/LazyCharIterableAdapter.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReverseCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/ReverseCharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SelectCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/SelectCharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/AbstractLazyCharIterable.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyCharIterableAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/lazy/primitive/LazyCharIterableAdapter.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.list.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/list/mutable/package-summary.html">org.eclipse.collections.impl.list.mutable</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractListAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/AbstractListAdapter.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/AbstractListAdapter.html" title="type parameter in AbstractListAdapter">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/AbstractMutableList.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/AbstractMutableList.html" title="type parameter in AbstractMutableList">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayListAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/ArrayListAdapter.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/ArrayListAdapter.html" title="type parameter in ArrayListAdapter">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">FastList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/FastList.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/FastList.html" title="type parameter in FastList">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MultiReaderFastList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/MultiReaderFastList.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/MultiReaderFastList.html" title="type parameter in MultiReaderFastList">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomAccessListAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/RandomAccessListAdapter.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/RandomAccessListAdapter.html" title="type parameter in RandomAccessListAdapter">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedMutableList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/SynchronizedMutableList.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/SynchronizedMutableList.html" title="type parameter in SynchronizedMutableList">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/UnmodifiableMutableList.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/list/mutable/UnmodifiableMutableList.html" title="type parameter in UnmodifiableMutableList">T</a>&gt;&nbsp;charFunction)</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> that implement <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/CharArrayList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">CharArrayList</a></span></code></th>
<td class="colLast">
<div class="block">CharArrayList is similar to <a href="../../../../impl/list/mutable/FastList.html" title="class in org.eclipse.collections.impl.list.mutable"><code>FastList</code></a>, and is memory-optimized for char primitives.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">SynchronizedCharList</a></span></code></th>
<td class="colLast">
<div class="block">A synchronized view of a <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive"><code>MutableCharList</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html" title="class in org.eclipse.collections.impl.list.mutable.primitive">UnmodifiableCharList</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file unmodifiablePrimitiveList.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharArrayList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/CharArrayList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#asSynchronized()">asSynchronized</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharArrayList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/CharArrayList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#asUnmodifiable()">asUnmodifiable</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharArrayList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/CharArrayList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#distinct()">distinct</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#newEmpty()">newEmpty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#of()">of</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#of(char...)">of</a></span>&#8203;(char...&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#ofAll(java.lang.Iterable)">ofAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang" class="externalLink">Character</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#ofAll(org.eclipse.collections.api.CharIterable)">ofAll</a></span>&#8203;(<a href="../../../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#reject(org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">reject</a></span>&#8203;(<a href="../../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#reverseThis()">reverseThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#select(org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">select</a></span>&#8203;(<a href="../../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#shuffleThis()">shuffleThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#shuffleThis(java.util.Random)">shuffleThis</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util" class="externalLink">Random</a>&nbsp;rnd)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#shuffleThis()">shuffleThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#sortThis()">sortThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#sortThis(org.eclipse.collections.api.block.comparator.primitive.CharComparator)">sortThis</a></span>&#8203;(<a href="../../../block/comparator/primitive/CharComparator.html" title="interface in org.eclipse.collections.api.block.comparator.primitive">CharComparator</a>&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#sortThis()">sortThis</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#sortThisBy(org.eclipse.collections.api.block.function.primitive.CharToObjectFunction,java.util.Comparator)">sortThisBy</a></span>&#8203;(<a href="../../../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</a>&lt;T&gt;&nbsp;function,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util" class="externalLink">Comparator</a>&lt;? super T&gt;&nbsp;comparator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharArrayList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/CharArrayList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#subList(int,int)">subList</a></span>&#8203;(int&nbsp;fromIndex,
int&nbsp;toIndex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharList.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#toReversed()">toReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#with()">with</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#with(char...)">with</a></span>&#8203;(char...&nbsp;items)</code></th>
<td class="colLast">
<div class="block">Creates a new list using the passed <code>items</code> argument as the backing store.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#withAll(java.lang.Iterable)">withAll</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang" class="externalLink">Character</a>&gt;&nbsp;iterable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#withAll(org.eclipse.collections.api.CharIterable)">withAll</a></span>&#8203;(<a href="../../../CharIterable.html" title="interface in org.eclipse.collections.api">CharIterable</a>&nbsp;items)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">MutableCharListFactoryImpl.</span><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/MutableCharListFactoryImpl.html#withInitialCapacity(int)">withInitialCapacity</a></span>&#8203;(int&nbsp;capacity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> with parameters of type <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableCharList)">SynchronizedCharList</a></span>&#8203;(<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a>&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/SynchronizedCharList.html#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableCharList,java.lang.Object)">SynchronizedCharList</a></span>&#8203;(<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a>&nbsp;list,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;newLock)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../impl/list/mutable/primitive/UnmodifiableCharList.html#%3Cinit%3E(org.eclipse.collections.api.list.primitive.MutableCharList)">UnmodifiableCharList</a></span>&#8203;(<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a>&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/mutable/primitive/package-summary.html">org.eclipse.collections.impl.map.mutable.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableCharKeySet.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableCharKeySet.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ObjectCharHashMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedByteCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedCharCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedFloatCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedIntCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedLongCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedObjectCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedShortCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableByteCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableCharCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableIntCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableLongCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableObjectCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableShortCharMap.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableCharKeySet.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/AbstractMutableCharKeySet.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ObjectCharHashMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectCharHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/ObjectCharHashMapWithHashingStrategy.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedByteCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedCharCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedDoubleCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedFloatCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedIntCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedLongCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedObjectCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/SynchronizedShortCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableByteCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableCharCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableDoubleCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableFloatCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableIntCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableLongCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableObjectCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortCharMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/mutable/primitive/UnmodifiableShortCharMap.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.ordered.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/ordered/mutable/package-summary.html">org.eclipse.collections.impl.map.ordered.mutable</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OrderedMapAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/map/ordered/mutable/OrderedMapAdapter.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/map/ordered/mutable/OrderedMapAdapter.html" title="type parameter in OrderedMapAdapter">V</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableMutableOrderedMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html" title="type parameter in UnmodifiableMutableOrderedMap">V</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.map.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/map/sorted/mutable/package-summary.html">org.eclipse.collections.impl.map.sorted.mutable</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableSortedMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/sorted/mutable/AbstractMutableSortedMap.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/map/sorted/mutable/AbstractMutableSortedMap.html" title="type parameter in AbstractMutableSortedMap">V</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/sorted/mutable/SynchronizedSortedMap.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/map/sorted/mutable/SynchronizedSortedMap.html" title="type parameter in SynchronizedSortedMap">V</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableTreeMap.</span><code><span class="memberNameLink"><a href="../../../../impl/map/sorted/mutable/UnmodifiableTreeMap.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/map/sorted/mutable/UnmodifiableTreeMap.html" title="type parameter in UnmodifiableTreeMap">V</a>&gt;&nbsp;charFunction)</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/primitive/package-summary.html">org.eclipse.collections.impl.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/AbstractCharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/SynchronizedCharIterable.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/AbstractCharIterable.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharIterable.</span><code><span class="memberNameLink"><a href="../../../../impl/primitive/SynchronizedCharIterable.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.set.sorted.mutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/set/sorted/mutable/package-summary.html">org.eclipse.collections.impl.set.sorted.mutable</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SortedSetAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/SortedSetAdapter.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/SortedSetAdapter.html" title="type parameter in SortedSetAdapter">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedSortedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/SynchronizedSortedSet.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/SynchronizedSortedSet.html" title="type parameter in SynchronizedSortedSet">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TreeSortedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/TreeSortedSet.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/TreeSortedSet.html" title="type parameter in TreeSortedSet">T</a>&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableSortedSet.</span><code><span class="memberNameLink"><a href="../../../../impl/set/sorted/mutable/UnmodifiableSortedSet.html#collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super <a href="../../../../impl/set/sorted/mutable/UnmodifiableSortedSet.html" title="type parameter in UnmodifiableSortedSet">T</a>&gt;&nbsp;charFunction)</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stack/mutable/primitive/package-summary.html">org.eclipse.collections.impl.stack.mutable.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/SynchronizedCharStack.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/UnmodifiableCharStack.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharArrayStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/CharArrayStack.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/SynchronizedCharStack.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/mutable/primitive/UnmodifiableCharStack.html#toSortedList()">toSortedList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.stack.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/stack/primitive/package-summary.html">org.eclipse.collections.impl.stack.primitive</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractCharStack.</span><code><span class="memberNameLink"><a href="../../../../impl/stack/primitive/AbstractCharStack.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.string.immutable">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/string/immutable/package-summary.html">org.eclipse.collections.impl.string.immutable</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</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="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharAdapter.</span><code><span class="memberNameLink"><a href="../../../../impl/string/immutable/CharAdapter.html#toList()">toList</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/utility/package-summary.html">org.eclipse.collections.impl.utility</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/ArrayIterate.html#collectChar(T%5B%5D,org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(T[]&nbsp;objectArray,
<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super T&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ArrayListIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/ArrayListIterate.html#collectChar(java.util.ArrayList,org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util" class="externalLink">ArrayList</a>&lt;T&gt;&nbsp;list,
<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super T&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ListIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/ListIterate.html#collectChar(java.util.List,org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;T&gt;&nbsp;list,
<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super T&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.utility.internal">
<!-- -->
</a>
<h2>Uses of <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a> in <a href="../../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../../impl/utility/internal/package-summary.html">org.eclipse.collections.impl.utility.internal</a> that return <a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">MutableCharList</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">RandomAccessListIterate.</span><code><span class="memberNameLink"><a href="../../../../impl/utility/internal/RandomAccessListIterate.html#collectChar(java.util.List,org.eclipse.collections.api.block.function.primitive.CharFunction)">collectChar</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a>&lt;T&gt;&nbsp;list,
<a href="../../../block/function/primitive/CharFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharFunction</a>&lt;? super T&gt;&nbsp;charFunction)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../MutableCharList.html" title="interface in org.eclipse.collections.api.list.primitive">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>