blob: abc65e99c75796cccea486db77ffdf82e4b308d9 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.2) on Sat Aug 08 22:45:01 CDT 2020 -->
<title>Uses of Interface org.eclipse.collections.api.LazyByteIterable (Eclipse Collections - 10.3.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-08-08">
<meta name="description" content="use: package: org.eclipse.collections.api, interface: LazyByteIterable">
<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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">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.LazyByteIterable" class="title">Uses of Interface<br>org.eclipse.collections.api.LazyByteIterable</h1>
</div>
<div class="classUseContainer">
<div class="useSummary">
<table>
<caption><span>Packages that use <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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.map.primitive">org.eclipse.collections.api.map.primitive</a></th>
<td class="colLast">
<div class="block">This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.api.ordered.primitive">org.eclipse.collections.api.ordered.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.bag.mutable.primitive">org.eclipse.collections.impl.bag.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive bag interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.collection.mutable.primitive">org.eclipse.collections.impl.collection.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive collection interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.lazy">org.eclipse.collections.impl.lazy</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the <a href="../LazyIterable.html" title="interface in org.eclipse.collections.api"><code>LazyIterable</code></a> interface.</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.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="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.map.mutable.primitive">org.eclipse.collections.impl.map.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.primitive">org.eclipse.collections.impl.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.set.mutable.primitive">org.eclipse.collections.impl.set.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive set interfaces.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.stack.mutable.primitive">org.eclipse.collections.impl.stack.mutable.primitive</a></th>
<td class="colLast">
<div class="block">This package contains implementations of the mutable primitive stack interfaces.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.collections.impl.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.utility.primitive">org.eclipse.collections.impl.utility.primitive</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<section class="classUses">
<ul class="blockList">
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteIterable.</span><code><span class="memberNameLink"><a href="../ByteIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a LazyByteIterable adapter wrapping the source ByteIterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyBooleanIterable.</span><code><span class="memberNameLink"><a href="../LazyBooleanIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.BooleanToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/BooleanToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterable.</span><code><span class="memberNameLink"><a href="../LazyByteIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.ByteToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/ByteToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyCharIterable.</span><code><span class="memberNameLink"><a href="../LazyCharIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.CharToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/CharToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../LazyDoubleIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.DoubleToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/DoubleToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyFloatIterable.</span><code><span class="memberNameLink"><a href="../LazyFloatIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.FloatToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/FloatToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIntIterable.</span><code><span class="memberNameLink"><a href="../LazyIntIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.IntToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/IntToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyIterable.</span><code><span class="memberNameLink"><a href="../LazyIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/ByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction</a>&lt;? super <a href="../LazyIterable.html" title="type parameter in LazyIterable">T</a>&gt;&nbsp;byteFunction)</code></th>
<td class="colLast">
<div class="block">Returns a lazy ByteIterable which will transform the underlying iterable data to byte values based on the byteFunction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyLongIterable.</span><code><span class="memberNameLink"><a href="../LazyLongIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.LongToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/LongToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyShortIterable.</span><code><span class="memberNameLink"><a href="../LazyShortIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.ShortToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/ShortToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterable.</span><code><span class="memberNameLink"><a href="../LazyByteIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate)">reject</a></span>&#8203;(<a href="../block/predicate/primitive/BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterable.</span><code><span class="memberNameLink"><a href="../LazyByteIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate)">select</a></span>&#8203;(<a href="../block/predicate/primitive/BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterable.</span><code><span class="memberNameLink"><a href="../LazyByteIterable.html#tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure)">tap</a></span>&#8203;(<a href="../block/procedure/primitive/ByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteProcedure</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.api.map.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../map/primitive/package-summary.html">org.eclipse.collections.api.map.primitive</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteBooleanMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteBooleanMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteByteMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteByteMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteCharMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteCharMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteDoubleMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteDoubleMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteFloatMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteFloatMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteIntMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteIntMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteLongMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteLongMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteObjectMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteObjectMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteShortMap.</span><code><span class="memberNameLink"><a href="../map/primitive/ByteShortMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a view of the keys in this map.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
<li class="blockList">
<section class="detail"><a id="org.eclipse.collections.api.ordered.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../ordered/primitive/package-summary.html">org.eclipse.collections.api.ordered.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../ordered/primitive/package-summary.html">org.eclipse.collections.api.ordered.primitive</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReversibleByteIterable.</span><code><span class="memberNameLink"><a href="../ordered/primitive/ReversibleByteIterable.html#asReversed()">asReversed</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.bag.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/bag/mutable/primitive/package-summary.html">org.eclipse.collections.impl.bag.mutable.primitive</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteBag.</span><code><span class="memberNameLink"><a href="../../impl/bag/mutable/primitive/SynchronizedByteBag.html#asLazy()">asLazy</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.collection.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractSynchronizedByteCollection.</span><code><span class="memberNameLink"><a href="../../impl/collection/mutable/primitive/AbstractSynchronizedByteCollection.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractUnmodifiableByteCollection.</span><code><span class="memberNameLink"><a href="../../impl/collection/mutable/primitive/AbstractUnmodifiableByteCollection.html#asLazy()">asLazy</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">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../../impl/lazy/package-summary.html">org.eclipse.collections.impl.lazy</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/lazy/package-summary.html">org.eclipse.collections.impl.lazy</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/AbstractLazyIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/ByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteFunction</a>&lt;? super <a href="../../impl/lazy/AbstractLazyIterable.html" title="type parameter in AbstractLazyIterable">T</a>&gt;&nbsp;byteFunction)</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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/lazy/primitive/AbstractLazyByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">AbstractLazyByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file abstractLazyPrimitiveIterable.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/lazy/primitive/CollectBooleanToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectBooleanToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.</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/lazy/primitive/CollectByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectByteIterable</a>&lt;T&gt;</span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveIterable.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/lazy/primitive/CollectByteToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectByteToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.</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/lazy/primitive/CollectCharToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectCharToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.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/lazy/primitive/CollectDoubleToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectDoubleToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.</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/lazy/primitive/CollectFloatToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectFloatToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.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/lazy/primitive/CollectIntToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectIntToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.</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/lazy/primitive/CollectLongToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectLongToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.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/lazy/primitive/CollectShortToByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectShortToByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.</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/lazy/primitive/LazyByteIterableAdapter.html" title="class in org.eclipse.collections.impl.lazy.primitive">LazyByteIterableAdapter</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file lazyPrimitiveIterableAdapter.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/lazy/primitive/ReverseByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ReverseByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file reversePrimitiveIterable.stg.</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/lazy/primitive/SelectByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">SelectByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file selectPrimitiveIterable.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/lazy/primitive/TapByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">TapByteIterable</a></span></code></th>
<td class="colLast">
<div class="block">This file was automatically generated from template file tapPrimitiveIterable.stg.</div>
</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ReverseByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/ReverseByteIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyBooleanIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyBooleanIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.BooleanToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/BooleanToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">BooleanToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.ByteToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/ByteToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ByteToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyCharIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyCharIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.CharToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/CharToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">CharToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyDoubleIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyDoubleIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.DoubleToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/DoubleToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">DoubleToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyFloatIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyFloatIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.FloatToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/FloatToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">FloatToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyIntIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyIntIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.IntToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/IntToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">IntToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyLongIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyLongIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.LongToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/LongToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">LongToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyShortIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyShortIterable.html#collectByte(org.eclipse.collections.api.block.function.primitive.ShortToByteFunction)">collectByte</a></span>&#8203;(<a href="../block/function/primitive/ShortToByteFunction.html" title="interface in org.eclipse.collections.api.block.function.primitive">ShortToByteFunction</a>&nbsp;function)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#reject(org.eclipse.collections.api.block.predicate.primitive.BytePredicate)">reject</a></span>&#8203;(<a href="../block/predicate/primitive/BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#select(org.eclipse.collections.api.block.predicate.primitive.BytePredicate)">select</a></span>&#8203;(<a href="../block/predicate/primitive/BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractLazyByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/lazy/primitive/AbstractLazyByteIterable.html#tap(org.eclipse.collections.api.block.procedure.primitive.ByteProcedure)">tap</a></span>&#8203;(<a href="../block/procedure/primitive/ByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteProcedure</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.list.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/list/mutable/primitive/package-summary.html">org.eclipse.collections.impl.list.mutable.primitive</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/primitive/SynchronizedByteList.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteArrayList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/primitive/ByteArrayList.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/primitive/SynchronizedByteList.html#asReversed()">asReversed</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteList.</span><code><span class="memberNameLink"><a href="../../impl/list/mutable/primitive/UnmodifiableByteList.html#asReversed()">asReversed</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.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractMutableByteKeySet.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/AbstractMutableByteKeySet.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectByteHashMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ObjectByteHashMapWithHashingStrategy.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ObjectByteHashMapWithHashingStrategy.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedCharByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedCharByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedDoubleByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedDoubleByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedFloatByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedFloatByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedIntByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedIntByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedLongByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedLongByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedObjectByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedObjectByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedShortByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedShortByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableCharByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableCharByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableDoubleByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableDoubleByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableFloatByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableFloatByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableIntByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableIntByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableLongByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableLongByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableObjectByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableObjectByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableShortByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableShortByteMap.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteBooleanHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteBooleanHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteByteHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteByteHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteCharHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteCharHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteDoubleHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteDoubleHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteFloatHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteFloatHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteIntHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteIntHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteLongHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteLongHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteObjectHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteObjectHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteShortHashMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/ByteShortHashMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteBooleanMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteBooleanMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteByteMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteDoubleMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteDoubleMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteFloatMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteFloatMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteIntMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteIntMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteLongMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteLongMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteObjectMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteShortMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/SynchronizedByteShortMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteBooleanMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteBooleanMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteByteMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteByteMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteDoubleMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteDoubleMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteFloatMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteFloatMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteIntMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteIntMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteLongMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteLongMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteObjectMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteObjectMap.html#keysView()">keysView</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteShortMap.</span><code><span class="memberNameLink"><a href="../../impl/map/mutable/primitive/UnmodifiableByteShortMap.html#keysView()">keysView</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.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/primitive/AbstractByteIterable.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteIterable.</span><code><span class="memberNameLink"><a href="../../impl/primitive/SynchronizedByteIterable.html#asLazy()">asLazy</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.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/set/mutable/primitive/package-summary.html">org.eclipse.collections.impl.set.mutable.primitive</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ByteHashSet.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/primitive/ByteHashSet.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteSet.</span><code><span class="memberNameLink"><a href="../../impl/set/mutable/primitive/SynchronizedByteSet.html#asLazy()">asLazy</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.mutable.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">SynchronizedByteStack.</span><code><span class="memberNameLink"><a href="../../impl/stack/mutable/primitive/SynchronizedByteStack.html#asLazy()">asLazy</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">UnmodifiableByteStack.</span><code><span class="memberNameLink"><a href="../../impl/stack/mutable/primitive/UnmodifiableByteStack.html#asLazy()">asLazy</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AbstractByteStack.</span><code><span class="memberNameLink"><a href="../../impl/stack/primitive/AbstractByteStack.html#asLazy()">asLazy</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.primitive">
<!-- -->
</a>
<h2>Uses of <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a> in <a href="../../impl/utility/primitive/package-summary.html">org.eclipse.collections.impl.utility.primitive</a></h2>
<div class="useSummary">
<table>
<caption><span>Methods in <a href="../../impl/utility/primitive/package-summary.html">org.eclipse.collections.impl.utility.primitive</a> that return <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</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 <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#adapt(org.eclipse.collections.api.ByteIterable)">adapt</a></span>&#8203;(<a href="../ByteIterable.html" title="interface in org.eclipse.collections.api">ByteIterable</a>&nbsp;iterable)</code></th>
<td class="colLast">
<div class="block">Creates a deferred byte iterable for the specified byte iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#empty()">empty</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#select(org.eclipse.collections.api.ByteIterable,org.eclipse.collections.api.block.predicate.primitive.BytePredicate)">select</a></span>&#8203;(<a href="../ByteIterable.html" title="interface in org.eclipse.collections.api">ByteIterable</a>&nbsp;iterable,
<a href="../block/predicate/primitive/BytePredicate.html" title="interface in org.eclipse.collections.api.block.predicate.primitive">BytePredicate</a>&nbsp;predicate)</code></th>
<td class="colLast">
<div class="block">Creates a deferred filtering byte iterable for the specified byte iterable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">LazyByteIterable</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyByteIterate.</span><code><span class="memberNameLink"><a href="../../impl/utility/primitive/LazyByteIterate.html#tap(org.eclipse.collections.api.ByteIterable,org.eclipse.collections.api.block.procedure.primitive.ByteProcedure)">tap</a></span>&#8203;(<a href="../ByteIterable.html" title="interface in org.eclipse.collections.api">ByteIterable</a>&nbsp;iterable,
<a href="../block/procedure/primitive/ByteProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ByteProcedure</a>&nbsp;procedure)</code></th>
<td class="colLast">
<div class="block">Creates a deferred tap iterable for the specified iterable.</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../LazyByteIterable.html" title="interface in org.eclipse.collections.api">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>