blob: 2ce936cc0200f1ddeea42a1c00d8bc3a194c1006 [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.iterator.CharIterator (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.iterator, interface: CharIterator">
<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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">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.iterator.CharIterator" class="title">Uses of Interface<br>org.eclipse.collections.api.iterator.CharIterator</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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.iterator">org.eclipse.collections.api.iterator</a></th>
<td class="colLast">
<div class="block">This package contains primitive iterator API.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.iterator">org.eclipse.collections.impl.iterator</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy.primitive">org.eclipse.collections.impl.lazy.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the lazy primitive iterator interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.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.stack.mutable.primitive">org.eclipse.collections.impl.stack.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive stack interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.primitive">org.eclipse.collections.impl.stack.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.utility.internal.primitive">org.eclipse.collections.impl.utility.internal.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIterable.</span><code><span class="memberNameLink"><a href="../../CharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a primitive iterator that can be used to iterate over the CharIterable in an
imperative style.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.iterator">
<!-- -->
</a>
<h2>Uses of <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a> in <a href="../package-summary.html">org.eclipse.collections.api.iterator</a></h2>
<div class="useSummary">
<table>
<caption><span>Subinterfaces of <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a> in <a href="../package-summary.html">org.eclipse.collections.api.iterator</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MutableCharIterator.html" title="interface in org.eclipse.collections.api.iterator">MutableCharIterator</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file mutablePrimitiveIterator.stg.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.iterator">
<!-- -->
</a>
<h2>Uses of <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a> in <a href="../../../impl/iterator/package-summary.html">org.eclipse.collections.impl.iterator</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/iterator/package-summary.html">org.eclipse.collections.impl.iterator</a> that implement <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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/iterator/ImmutableEmptyCharIterator.html" title="class in org.eclipse.collections.impl.iterator">ImmutableEmptyCharIterator</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file primitiveImmutableEmptyIterator.stg.</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/iterator/UnmodifiableCharIterator.html" title="class in org.eclipse.collections.impl.iterator">UnmodifiableCharIterator</a></span></code></th>
<td class="colLast">
<div class="block">UnmodifiableCharIterator is a wrapper around CharIterator which is unmodifiable and doesn't support remove.</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/iterator/package-summary.html">org.eclipse.collections.impl.iterator</a> with parameters of type <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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/iterator/UnmodifiableCharIterator.html#%3Cinit%3E(org.eclipse.collections.api.iterator.CharIterator)">UnmodifiableCharIterator</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;charIterator)</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a> in <a href="../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Classes in <a href="../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> that implement <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/TapCharIterable.TapCharIterator.html" title="class in org.eclipse.collections.impl.lazy.primitive">TapCharIterable.TapCharIterator</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectBooleanToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectBooleanToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectByteToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectByteToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectCharToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectCharToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectDoubleToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectDoubleToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectFloatToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectFloatToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectIntToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectIntToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectLongToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectLongToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CollectShortToCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/CollectShortToCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyCharIterableAdapter.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/LazyCharIterableAdapter.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReverseCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/ReverseCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SelectCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/SelectCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TapCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/TapCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<div class="useSummary">
<table>
<caption><span>Constructors in <a href="../../../impl/lazy/primitive/package-summary.html">org.eclipse.collections.impl.lazy.primitive</a> with parameters of type <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../impl/lazy/primitive/TapCharIterable.TapCharIterator.html#%3Cinit%3E(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.procedure.primitive.CharProcedure)">TapCharIterator</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<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>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.impl.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharIterable.</span><code><span class="memberNameLink"><a href="../../../impl/primitive/SynchronizedCharIterable.html#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">Must be called in a synchronized block.</div>
</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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#charIterator()">charIterator</a></span>()</code></th>
<td class="colLast">
<div class="block">Must be called in a synchronized block.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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#charIterator()">charIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractCharStack.</span><code><span class="memberNameLink"><a href="../../../impl/stack/primitive/AbstractCharStack.html#charIterator()">charIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharAdapter.</span><code><span class="memberNameLink"><a href="../../../impl/string/immutable/CharAdapter.html#charIterator()">charIterator</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.internal.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a> in <a href="../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../../impl/utility/internal/primitive/package-summary.html">org.eclipse.collections.impl.utility.internal.primitive</a> with parameters of type <a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</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 boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#allSatisfy(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">allSatisfy</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<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>static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#anySatisfy(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">anySatisfy</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<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>static &lt;V,&#8203;
R extends <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;V&gt;&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#collect(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.function.primitive.CharToObjectFunction,R)">collect</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<a href="../../block/function/primitive/CharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToObjectFunction</a>&lt;? extends V&gt;&nbsp;function,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#count(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">count</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<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>static char</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#detectIfNone(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate,char)">detectIfNone</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<a href="../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate,
char&nbsp;ifNone)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#forEach(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.procedure.primitive.CharProcedure)">forEach</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<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="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;T</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#injectInto(org.eclipse.collections.api.iterator.CharIterator,T,org.eclipse.collections.api.block.function.primitive.ObjectCharToObjectFunction)">injectInto</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
T&nbsp;injectedValue,
<a href="../../block/function/primitive/ObjectCharToObjectFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ObjectCharToObjectFunction</a>&lt;? super T,&#8203;? extends T&gt;&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static char</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#max(org.eclipse.collections.api.iterator.CharIterator)">max</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static char</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#min(org.eclipse.collections.api.iterator.CharIterator)">min</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#noneSatisfy(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate)">noneSatisfy</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<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>static &lt;R extends <a href="../../collection/primitive/MutableCharCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableCharCollection</a>&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#reject(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate,R)">reject</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<a href="../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;R extends <a href="../../collection/primitive/MutableCharCollection.html" title="interface in org.eclipse.collections.api.collection.primitive">MutableCharCollection</a>&gt;<br>R</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#select(org.eclipse.collections.api.iterator.CharIterator,org.eclipse.collections.api.block.predicate.primitive.CharPredicate,R)">select</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator,
<a href="../../block/predicate/primitive/CharPredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">CharPredicate</a>&nbsp;predicate,
R&nbsp;targetCollection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static long</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CharIteratorIterate.</span><code><span class="memberNameLink"><a href="../../../impl/utility/internal/primitive/CharIteratorIterate.html#sum(org.eclipse.collections.api.iterator.CharIterator)">sum</a></span>&#8203;(<a href="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">CharIterator</a>&nbsp;iterator)</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="../CharIterator.html" title="interface in org.eclipse.collections.api.iterator">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>