blob: 5aa4127c451e349495fcb02d6be5066a7a4e57b3 [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>InternalIterable (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="declaration: package: org.eclipse.collections.api, interface: InternalIterable">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="class-declaration">
<script type="text/javascript">var data = {"i0":18,"i1":6,"i2":6,"i3":38};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default Methods"],32:["t6","Deprecated Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/InternalIterable.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.collections.api</a></div>
<h1 title="Interface InternalIterable" class="title">Interface InternalIterable&lt;T&gt;</h1>
</div>
<div class="contentContainer">
<section class="description">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;T&gt;</code></dd>
</dl>
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="bag/Bag.html" title="interface in org.eclipse.collections.api.bag">Bag</a>&lt;T&gt;</code>, <code><a href="bimap/BiMap.html" title="interface in org.eclipse.collections.api.bimap">BiMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/ByteObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ByteObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/CharObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">CharObjectMap</a>&lt;V&gt;</code>, <code><a href="map/ConcurrentMutableMap.html" title="interface in org.eclipse.collections.api.map">ConcurrentMutableMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/DoubleObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">DoubleObjectMap</a>&lt;V&gt;</code>, <code><a href="collection/FixedSizeCollection.html" title="interface in org.eclipse.collections.api.collection">FixedSizeCollection</a>&lt;T&gt;</code>, <code><a href="list/FixedSizeList.html" title="interface in org.eclipse.collections.api.list">FixedSizeList</a>&lt;T&gt;</code>, <code><a href="map/FixedSizeMap.html" title="interface in org.eclipse.collections.api.map">FixedSizeMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="set/FixedSizeSet.html" title="interface in org.eclipse.collections.api.set">FixedSizeSet</a>&lt;T&gt;</code>, <code><a href="map/primitive/FloatObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">FloatObjectMap</a>&lt;V&gt;</code>, <code><a href="bag/ImmutableBag.html" title="interface in org.eclipse.collections.api.bag">ImmutableBag</a>&lt;T&gt;</code>, <code><a href="bag/ImmutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">ImmutableBagIterable</a>&lt;T&gt;</code>, <code><a href="bimap/ImmutableBiMap.html" title="interface in org.eclipse.collections.api.bimap">ImmutableBiMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/ImmutableByteObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableByteObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/ImmutableCharObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableCharObjectMap</a>&lt;V&gt;</code>, <code><a href="collection/ImmutableCollection.html" title="interface in org.eclipse.collections.api.collection">ImmutableCollection</a>&lt;T&gt;</code>, <code><a href="map/primitive/ImmutableDoubleObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableDoubleObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/ImmutableFloatObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableFloatObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/ImmutableIntObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableIntObjectMap</a>&lt;V&gt;</code>, <code><a href="list/ImmutableList.html" title="interface in org.eclipse.collections.api.list">ImmutableList</a>&lt;T&gt;</code>, <code><a href="map/primitive/ImmutableLongObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableLongObjectMap</a>&lt;V&gt;</code>, <code><a href="map/ImmutableMap.html" title="interface in org.eclipse.collections.api.map">ImmutableMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/ImmutableMapIterable.html" title="interface in org.eclipse.collections.api.map">ImmutableMapIterable</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/ImmutableOrderedMap.html" title="interface in org.eclipse.collections.api.map">ImmutableOrderedMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/ImmutablePrimitiveObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutablePrimitiveObjectMap</a>&lt;V&gt;</code>, <code><a href="set/ImmutableSet.html" title="interface in org.eclipse.collections.api.set">ImmutableSet</a>&lt;T&gt;</code>, <code><a href="set/ImmutableSetIterable.html" title="interface in org.eclipse.collections.api.set">ImmutableSetIterable</a>&lt;T&gt;</code>, <code><a href="map/primitive/ImmutableShortObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ImmutableShortObjectMap</a>&lt;V&gt;</code>, <code><a href="bag/sorted/ImmutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted">ImmutableSortedBag</a>&lt;T&gt;</code>, <code><a href="map/sorted/ImmutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted">ImmutableSortedMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="set/sorted/ImmutableSortedSet.html" title="interface in org.eclipse.collections.api.set.sorted">ImmutableSortedSet</a>&lt;T&gt;</code>, <code><a href="stack/ImmutableStack.html" title="interface in org.eclipse.collections.api.stack">ImmutableStack</a>&lt;T&gt;</code>, <code><a href="map/primitive/IntObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">IntObjectMap</a>&lt;V&gt;</code>, <code><a href="LazyIterable.html" title="interface in org.eclipse.collections.api">LazyIterable</a>&lt;T&gt;</code>, <code><a href="list/ListIterable.html" title="interface in org.eclipse.collections.api.list">ListIterable</a>&lt;T&gt;</code>, <code><a href="map/primitive/LongObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">LongObjectMap</a>&lt;V&gt;</code>, <code><a href="map/MapIterable.html" title="interface in org.eclipse.collections.api.map">MapIterable</a>&lt;K,&#8203;V&gt;</code>, <code><a href="bag/MultiReaderBag.html" title="interface in org.eclipse.collections.api.bag">MultiReaderBag</a>&lt;T&gt;</code>, <code><a href="list/MultiReaderList.html" title="interface in org.eclipse.collections.api.list">MultiReaderList</a>&lt;T&gt;</code>, <code><a href="set/MultiReaderSet.html" title="interface in org.eclipse.collections.api.set">MultiReaderSet</a>&lt;T&gt;</code>, <code><a href="bag/MutableBag.html" title="interface in org.eclipse.collections.api.bag">MutableBag</a>&lt;T&gt;</code>, <code><a href="bag/MutableBagIterable.html" title="interface in org.eclipse.collections.api.bag">MutableBagIterable</a>&lt;T&gt;</code>, <code><a href="bimap/MutableBiMap.html" title="interface in org.eclipse.collections.api.bimap">MutableBiMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/MutableByteObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableByteObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/MutableCharObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableCharObjectMap</a>&lt;V&gt;</code>, <code><a href="collection/MutableCollection.html" title="interface in org.eclipse.collections.api.collection">MutableCollection</a>&lt;T&gt;</code>, <code><a href="map/primitive/MutableDoubleObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableDoubleObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/MutableFloatObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableFloatObjectMap</a>&lt;V&gt;</code>, <code><a href="map/primitive/MutableIntObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableIntObjectMap</a>&lt;V&gt;</code>, <code><a href="list/MutableList.html" title="interface in org.eclipse.collections.api.list">MutableList</a>&lt;T&gt;</code>, <code><a href="map/primitive/MutableLongObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableLongObjectMap</a>&lt;V&gt;</code>, <code><a href="map/MutableMap.html" title="interface in org.eclipse.collections.api.map">MutableMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/MutableMapIterable.html" title="interface in org.eclipse.collections.api.map">MutableMapIterable</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/MutableOrderedMap.html" title="interface in org.eclipse.collections.api.map">MutableOrderedMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/MutablePrimitiveObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutablePrimitiveObjectMap</a>&lt;V&gt;</code>, <code><a href="set/MutableSet.html" title="interface in org.eclipse.collections.api.set">MutableSet</a>&lt;T&gt;</code>, <code><a href="set/MutableSetIterable.html" title="interface in org.eclipse.collections.api.set">MutableSetIterable</a>&lt;T&gt;</code>, <code><a href="map/primitive/MutableShortObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">MutableShortObjectMap</a>&lt;V&gt;</code>, <code><a href="bag/sorted/MutableSortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted">MutableSortedBag</a>&lt;T&gt;</code>, <code><a href="map/sorted/MutableSortedMap.html" title="interface in org.eclipse.collections.api.map.sorted">MutableSortedMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="set/sorted/MutableSortedSet.html" title="interface in org.eclipse.collections.api.set.sorted">MutableSortedSet</a>&lt;T&gt;</code>, <code><a href="stack/MutableStack.html" title="interface in org.eclipse.collections.api.stack">MutableStack</a>&lt;T&gt;</code>, <code><a href="ordered/OrderedIterable.html" title="interface in org.eclipse.collections.api.ordered">OrderedIterable</a>&lt;T&gt;</code>, <code><a href="map/OrderedMap.html" title="interface in org.eclipse.collections.api.map">OrderedMap</a>&lt;K,&#8203;V&gt;</code>, <code><a href="map/primitive/PrimitiveObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">PrimitiveObjectMap</a>&lt;V&gt;</code>, <code><a href="ordered/ReversibleIterable.html" title="interface in org.eclipse.collections.api.ordered">ReversibleIterable</a>&lt;T&gt;</code>, <code><a href="RichIterable.html" title="interface in org.eclipse.collections.api">RichIterable</a>&lt;T&gt;</code>, <code><a href="set/SetIterable.html" title="interface in org.eclipse.collections.api.set">SetIterable</a>&lt;T&gt;</code>, <code><a href="map/primitive/ShortObjectMap.html" title="interface in org.eclipse.collections.api.map.primitive">ShortObjectMap</a>&lt;V&gt;</code>, <code><a href="bag/sorted/SortedBag.html" title="interface in org.eclipse.collections.api.bag.sorted">SortedBag</a>&lt;T&gt;</code>, <code><a href="ordered/SortedIterable.html" title="interface in org.eclipse.collections.api.ordered">SortedIterable</a>&lt;T&gt;</code>, <code><a href="map/sorted/SortedMapIterable.html" title="interface in org.eclipse.collections.api.map.sorted">SortedMapIterable</a>&lt;K,&#8203;V&gt;</code>, <code><a href="set/sorted/SortedSetIterable.html" title="interface in org.eclipse.collections.api.set.sorted">SortedSetIterable</a>&lt;T&gt;</code>, <code><a href="stack/StackIterable.html" title="interface in org.eclipse.collections.api.stack">StackIterable</a>&lt;T&gt;</code>, <code><a href="bag/UnsortedBag.html" title="interface in org.eclipse.collections.api.bag">UnsortedBag</a>&lt;T&gt;</code>, <code><a href="map/UnsortedMapIterable.html" title="interface in org.eclipse.collections.api.map">UnsortedMapIterable</a>&lt;K,&#8203;V&gt;</code>, <code><a href="set/UnsortedSetIterable.html" title="interface in org.eclipse.collections.api.set">UnsortedSetIterable</a>&lt;T&gt;</code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="../impl/list/fixed/AbstractArrayAdapter.html" title="class in org.eclipse.collections.impl.list.fixed">AbstractArrayAdapter</a></code>, <code><a href="../impl/bag/AbstractBag.html" title="class in org.eclipse.collections.impl.bag">AbstractBag</a></code>, <code><a href="../impl/bimap/AbstractBiMap.html" title="class in org.eclipse.collections.impl.bimap">AbstractBiMap</a></code>, <code><a href="../impl/collection/mutable/AbstractCollectionAdapter.html" title="class in org.eclipse.collections.impl.collection.mutable">AbstractCollectionAdapter</a></code>, <code><a href="../impl/bag/mutable/AbstractHashBag.html" title="class in org.eclipse.collections.impl.bag.mutable">AbstractHashBag</a></code>, <code><a href="../impl/bag/immutable/AbstractImmutableBag.html" title="class in org.eclipse.collections.impl.bag.immutable">AbstractImmutableBag</a></code>, <code><a href="../impl/bag/immutable/AbstractImmutableBagIterable.html" title="class in org.eclipse.collections.impl.bag.immutable">AbstractImmutableBagIterable</a></code>, <code><a href="../impl/bimap/immutable/AbstractImmutableBiMap.html" title="class in org.eclipse.collections.impl.bimap.immutable">AbstractImmutableBiMap</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableByteObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableByteObjectMap</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableCharObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableCharObjectMap</a></code>, <code><a href="../impl/collection/immutable/AbstractImmutableCollection.html" title="class in org.eclipse.collections.impl.collection.immutable">AbstractImmutableCollection</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableDoubleObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableDoubleObjectMap</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableFloatObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableFloatObjectMap</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableIntObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableIntObjectMap</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableLongObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableLongObjectMap</a></code>, <code><a href="../impl/map/immutable/AbstractImmutableMap.html" title="class in org.eclipse.collections.impl.map.immutable">AbstractImmutableMap</a></code>, <code><a href="../impl/set/immutable/AbstractImmutableSet.html" title="class in org.eclipse.collections.impl.set.immutable">AbstractImmutableSet</a></code>, <code><a href="../impl/map/immutable/primitive/AbstractImmutableShortObjectMap.html" title="class in org.eclipse.collections.impl.map.immutable.primitive">AbstractImmutableShortObjectMap</a></code>, <code><a href="../impl/map/sorted/immutable/AbstractImmutableSortedMap.html" title="class in org.eclipse.collections.impl.map.sorted.immutable">AbstractImmutableSortedMap</a></code>, <code><a href="../impl/lazy/AbstractLazyIterable.html" title="class in org.eclipse.collections.impl.lazy">AbstractLazyIterable</a></code>, <code><a href="../impl/list/mutable/AbstractListAdapter.html" title="class in org.eclipse.collections.impl.list.mutable">AbstractListAdapter</a></code>, <code><a href="../impl/map/AbstractMapIterable.html" title="class in org.eclipse.collections.impl.map">AbstractMapIterable</a></code>, <code><a href="../impl/list/fixed/AbstractMemoryEfficientMutableList.html" title="class in org.eclipse.collections.impl.list.fixed">AbstractMemoryEfficientMutableList</a></code>, <code><a href="../impl/collection/mutable/AbstractMultiReaderMutableCollection.html" title="class in org.eclipse.collections.impl.collection.mutable">AbstractMultiReaderMutableCollection</a></code>, <code><a href="../impl/bag/mutable/AbstractMutableBag.html" title="class in org.eclipse.collections.impl.bag.mutable">AbstractMutableBag</a></code>, <code><a href="../impl/bag/mutable/AbstractMutableBagIterable.html" title="class in org.eclipse.collections.impl.bag.mutable">AbstractMutableBagIterable</a></code>, <code><a href="../impl/collection/mutable/AbstractMutableCollection.html" title="class in org.eclipse.collections.impl.collection.mutable">AbstractMutableCollection</a></code>, <code><a href="../impl/list/mutable/AbstractMutableList.html" title="class in org.eclipse.collections.impl.list.mutable">AbstractMutableList</a></code>, <code><a href="../impl/map/mutable/AbstractMutableMap.html" title="class in org.eclipse.collections.impl.map.mutable">AbstractMutableMap</a></code>, <code><a href="../impl/map/mutable/AbstractMutableMapIterable.html" title="class in org.eclipse.collections.impl.map.mutable">AbstractMutableMapIterable</a></code>, <code><a href="../impl/set/mutable/AbstractMutableSet.html" title="class in org.eclipse.collections.impl.set.mutable">AbstractMutableSet</a></code>, <code><a href="../impl/bag/sorted/mutable/AbstractMutableSortedBag.html" title="class in org.eclipse.collections.impl.bag.sorted.mutable">AbstractMutableSortedBag</a></code>, <code><a href="../impl/map/sorted/mutable/AbstractMutableSortedMap.html" title="class in org.eclipse.collections.impl.map.sorted.mutable">AbstractMutableSortedMap</a></code>, <code><a href="../impl/AbstractRichIterable.html" title="class in org.eclipse.collections.impl">AbstractRichIterable</a></code>, <code><a href="../impl/map/AbstractSynchronizedMapIterable.html" title="class in org.eclipse.collections.impl.map">AbstractSynchronizedMapIterable</a></code>, <code><a href="../impl/collection/mutable/AbstractSynchronizedMutableCollection.html" title="class in org.eclipse.collections.impl.collection.mutable">AbstractSynchronizedMutableCollection</a></code>, <code><a href="../impl/collection/AbstractSynchronizedRichIterable.html" title="class in org.eclipse.collections.impl.collection">AbstractSynchronizedRichIterable</a></code>, <code><a href="../impl/set/AbstractUnifiedSet.html" title="class in org.eclipse.collections.impl.set">AbstractUnifiedSet</a></code>, <code><a href="../impl/collection/mutable/AbstractUnmodifiableMutableCollection.html" title="class in org.eclipse.collections.impl.collection.mutable">AbstractUnmodifiableMutableCollection</a></code>, <code><a href="../impl/list/fixed/ArrayAdapter.html" title="class in org.eclipse.collections.impl.list.fixed">ArrayAdapter</a></code>, <code><a href="../impl/list/mutable/ArrayListAdapter.html" title="class in org.eclipse.collections.impl.list.mutable">ArrayListAdapter</a></code>, <code><a href="../impl/stack/mutable/ArrayStack.html" title="class in org.eclipse.collections.impl.stack.mutable">ArrayStack</a></code>, <code><a href="../impl/map/mutable/primitive/ByteObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ByteObjectHashMap</a></code>, <code><a href="../impl/map/mutable/primitive/CharObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">CharObjectHashMap</a></code>, <code><a href="../impl/lazy/primitive/ChunkBooleanIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkBooleanIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkByteIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkByteIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkCharIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkCharIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkDoubleIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkDoubleIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkFloatIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkFloatIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkIntIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkIntIterable</a></code>, <code><a href="../impl/lazy/ChunkIterable.html" title="class in org.eclipse.collections.impl.lazy">ChunkIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkLongIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkLongIterable</a></code>, <code><a href="../impl/lazy/primitive/ChunkShortIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">ChunkShortIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectBooleanToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectBooleanToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectByteToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectByteToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectCharToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectCharToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectDoubleToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectDoubleToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectFloatToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectFloatToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectIntToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectIntToObjectIterable</a></code>, <code><a href="../impl/collection/mutable/CollectionAdapter.html" title="class in org.eclipse.collections.impl.collection.mutable">CollectionAdapter</a></code>, <code><a href="../impl/lazy/CollectIterable.html" title="class in org.eclipse.collections.impl.lazy">CollectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectLongToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectLongToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/CollectShortToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">CollectShortToObjectIterable</a></code>, <code><a href="../impl/list/mutable/CompositeFastList.html" title="class in org.eclipse.collections.impl.list.mutable">CompositeFastList</a></code>, <code><a href="../impl/lazy/CompositeIterable.html" title="class in org.eclipse.collections.impl.lazy">CompositeIterable</a></code>, <code><a href="../impl/map/mutable/ConcurrentHashMap.html" title="class in org.eclipse.collections.impl.map.mutable">ConcurrentHashMap</a></code>, <code><a href="../impl/map/mutable/ConcurrentHashMapUnsafe.html" title="class in org.eclipse.collections.impl.map.mutable">ConcurrentHashMapUnsafe</a></code>, <code><a href="../impl/map/mutable/ConcurrentMutableHashMap.html" title="class in org.eclipse.collections.impl.map.mutable">ConcurrentMutableHashMap</a></code>, <code><a href="../impl/lazy/DistinctIterable.html" title="class in org.eclipse.collections.impl.lazy">DistinctIterable</a></code>, <code><a href="../impl/map/mutable/primitive/DoubleObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">DoubleObjectHashMap</a></code>, <code><a href="../impl/lazy/DropIterable.html" title="class in org.eclipse.collections.impl.lazy">DropIterable</a></code>, <code><a href="../impl/lazy/DropWhileIterable.html" title="class in org.eclipse.collections.impl.lazy">DropWhileIterable</a></code>, <code><a href="../impl/list/mutable/FastList.html" title="class in org.eclipse.collections.impl.list.mutable">FastList</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectBooleanToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectBooleanToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectByteToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectByteToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectCharToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectCharToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectDoubleToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectDoubleToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectFloatToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectFloatToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectIntToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectIntToObjectIterable</a></code>, <code><a href="../impl/lazy/FlatCollectIterable.html" title="class in org.eclipse.collections.impl.lazy">FlatCollectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectLongToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectLongToObjectIterable</a></code>, <code><a href="../impl/lazy/primitive/FlatCollectShortToObjectIterable.html" title="class in org.eclipse.collections.impl.lazy.primitive">FlatCollectShortToObjectIterable</a></code>, <code><a href="../impl/map/mutable/primitive/FloatObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">FloatObjectHashMap</a></code>, <code><a href="../impl/bag/mutable/HashBag.html" title="class in org.eclipse.collections.impl.bag.mutable">HashBag</a></code>, <code><a href="../impl/bag/strategy/mutable/HashBagWithHashingStrategy.html" title="class in org.eclipse.collections.impl.bag.strategy.mutable">HashBagWithHashingStrategy</a></code>, <code><a href="../impl/bimap/mutable/HashBiMap.html" title="class in org.eclipse.collections.impl.bimap.mutable">HashBiMap</a></code>, <code><a href="../impl/bag/immutable/ImmutableArrayBag.html" title="class in org.eclipse.collections.impl.bag.immutable">ImmutableArrayBag</a></code>, <code><a href="../impl/bag/immutable/ImmutableHashBag.html" title="class in org.eclipse.collections.impl.bag.immutable">ImmutableHashBag</a></code>, <code><a href="../impl/map/sorted/immutable/ImmutableTreeMap.html" title="class in org.eclipse.collections.impl.map.sorted.immutable">ImmutableTreeMap</a></code>, <code><a href="../impl/map/immutable/ImmutableUnifiedMap.html" title="class in org.eclipse.collections.impl.map.immutable">ImmutableUnifiedMap</a></code>, <code><a href="../impl/map/strategy/immutable/ImmutableUnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.immutable">ImmutableUnifiedMapWithHashingStrategy</a></code>, <code><a href="../impl/list/Interval.html" title="class in org.eclipse.collections.impl.list">Interval</a></code>, <code><a href="../impl/map/mutable/primitive/IntObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">IntObjectHashMap</a></code>, <code><a href="../impl/lazy/LazyIterableAdapter.html" title="class in org.eclipse.collections.impl.lazy">LazyIterableAdapter</a></code>, <code><a href="../impl/list/mutable/ListAdapter.html" title="class in org.eclipse.collections.impl.list.mutable">ListAdapter</a></code>, <code><a href="../impl/map/mutable/primitive/LongObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">LongObjectHashMap</a></code>, <code><a href="../impl/map/mutable/MapAdapter.html" title="class in org.eclipse.collections.impl.map.mutable">MapAdapter</a></code>, <code><a href="../impl/list/mutable/MultiReaderFastList.html" title="class in org.eclipse.collections.impl.list.mutable">MultiReaderFastList</a></code>, <code><a href="../impl/bag/mutable/MultiReaderHashBag.html" title="class in org.eclipse.collections.impl.bag.mutable">MultiReaderHashBag</a></code>, <code><a href="../impl/set/mutable/MultiReaderUnifiedSet.html" title="class in org.eclipse.collections.impl.set.mutable">MultiReaderUnifiedSet</a></code>, <code><a href="../impl/map/ordered/mutable/OrderedMapAdapter.html" title="class in org.eclipse.collections.impl.map.ordered.mutable">OrderedMapAdapter</a></code>, <code><a href="../impl/list/mutable/RandomAccessListAdapter.html" title="class in org.eclipse.collections.impl.list.mutable">RandomAccessListAdapter</a></code>, <code><a href="../impl/lazy/RejectIterable.html" title="class in org.eclipse.collections.impl.lazy">RejectIterable</a></code>, <code><a href="../impl/lazy/ReverseIterable.html" title="class in org.eclipse.collections.impl.lazy">ReverseIterable</a></code>, <code><a href="../impl/lazy/SelectInstancesOfIterable.html" title="class in org.eclipse.collections.impl.lazy">SelectInstancesOfIterable</a></code>, <code><a href="../impl/lazy/SelectIterable.html" title="class in org.eclipse.collections.impl.lazy">SelectIterable</a></code>, <code><a href="../impl/set/mutable/SetAdapter.html" title="class in org.eclipse.collections.impl.set.mutable">SetAdapter</a></code>, <code><a href="../impl/map/mutable/primitive/ShortObjectHashMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">ShortObjectHashMap</a></code>, <code><a href="../impl/map/sorted/mutable/SortedMapAdapter.html" title="class in org.eclipse.collections.impl.map.sorted.mutable">SortedMapAdapter</a></code>, <code><a href="../impl/set/sorted/mutable/SortedSetAdapter.html" title="class in org.eclipse.collections.impl.set.sorted.mutable">SortedSetAdapter</a></code>, <code><a href="../impl/bag/mutable/SynchronizedBag.html" title="class in org.eclipse.collections.impl.bag.mutable">SynchronizedBag</a></code>, <code><a href="../impl/bimap/mutable/SynchronizedBiMap.html" title="class in org.eclipse.collections.impl.bimap.mutable">SynchronizedBiMap</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedByteObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedByteObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedCharObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedCharObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedDoubleObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedDoubleObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedFloatObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedFloatObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedIntObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedIntObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedLongObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedLongObjectMap</a></code>, <code><a href="../impl/collection/mutable/SynchronizedMutableCollection.html" title="class in org.eclipse.collections.impl.collection.mutable">SynchronizedMutableCollection</a></code>, <code><a href="../impl/list/mutable/SynchronizedMutableList.html" title="class in org.eclipse.collections.impl.list.mutable">SynchronizedMutableList</a></code>, <code><a href="../impl/map/mutable/SynchronizedMutableMap.html" title="class in org.eclipse.collections.impl.map.mutable">SynchronizedMutableMap</a></code>, <code><a href="../impl/set/mutable/SynchronizedMutableSet.html" title="class in org.eclipse.collections.impl.set.mutable">SynchronizedMutableSet</a></code>, <code><a href="../impl/SynchronizedRichIterable.html" title="class in org.eclipse.collections.impl">SynchronizedRichIterable</a></code>, <code><a href="../impl/map/mutable/primitive/SynchronizedShortObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">SynchronizedShortObjectMap</a></code>, <code><a href="../impl/bag/sorted/mutable/SynchronizedSortedBag.html" title="class in org.eclipse.collections.impl.bag.sorted.mutable">SynchronizedSortedBag</a></code>, <code><a href="../impl/map/sorted/mutable/SynchronizedSortedMap.html" title="class in org.eclipse.collections.impl.map.sorted.mutable">SynchronizedSortedMap</a></code>, <code><a href="../impl/set/sorted/mutable/SynchronizedSortedSet.html" title="class in org.eclipse.collections.impl.set.sorted.mutable">SynchronizedSortedSet</a></code>, <code><a href="../impl/stack/mutable/SynchronizedStack.html" title="class in org.eclipse.collections.impl.stack.mutable">SynchronizedStack</a></code>, <code><a href="../impl/lazy/TakeIterable.html" title="class in org.eclipse.collections.impl.lazy">TakeIterable</a></code>, <code><a href="../impl/lazy/TakeWhileIterable.html" title="class in org.eclipse.collections.impl.lazy">TakeWhileIterable</a></code>, <code><a href="../impl/lazy/TapIterable.html" title="class in org.eclipse.collections.impl.lazy">TapIterable</a></code>, <code><a href="../impl/bag/sorted/mutable/TreeBag.html" title="class in org.eclipse.collections.impl.bag.sorted.mutable">TreeBag</a></code>, <code><a href="../impl/map/sorted/mutable/TreeSortedMap.html" title="class in org.eclipse.collections.impl.map.sorted.mutable">TreeSortedMap</a></code>, <code><a href="../impl/set/sorted/mutable/TreeSortedSet.html" title="class in org.eclipse.collections.impl.set.sorted.mutable">TreeSortedSet</a></code>, <code><a href="../impl/map/mutable/UnifiedMap.html" title="class in org.eclipse.collections.impl.map.mutable">UnifiedMap</a></code>, <code><a href="../impl/map/strategy/mutable/UnifiedMapWithHashingStrategy.html" title="class in org.eclipse.collections.impl.map.strategy.mutable">UnifiedMapWithHashingStrategy</a></code>, <code><a href="../impl/set/mutable/UnifiedSet.html" title="class in org.eclipse.collections.impl.set.mutable">UnifiedSet</a></code>, <code><a href="../impl/set/strategy/mutable/UnifiedSetWithHashingStrategy.html" title="class in org.eclipse.collections.impl.set.strategy.mutable">UnifiedSetWithHashingStrategy</a></code>, <code><a href="../impl/bag/mutable/UnmodifiableBag.html" title="class in org.eclipse.collections.impl.bag.mutable">UnmodifiableBag</a></code>, <code><a href="../impl/bimap/mutable/UnmodifiableBiMap.html" title="class in org.eclipse.collections.impl.bimap.mutable">UnmodifiableBiMap</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableByteObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableByteObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableCharObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableCharObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableDoubleObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableDoubleObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableFloatObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableFloatObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableIntObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableIntObjectMap</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableLongObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableLongObjectMap</a></code>, <code><a href="../impl/collection/mutable/UnmodifiableMutableCollection.html" title="class in org.eclipse.collections.impl.collection.mutable">UnmodifiableMutableCollection</a></code>, <code><a href="../impl/list/mutable/UnmodifiableMutableList.html" title="class in org.eclipse.collections.impl.list.mutable">UnmodifiableMutableList</a></code>, <code><a href="../impl/map/mutable/UnmodifiableMutableMap.html" title="class in org.eclipse.collections.impl.map.mutable">UnmodifiableMutableMap</a></code>, <code><a href="../impl/map/ordered/mutable/UnmodifiableMutableOrderedMap.html" title="class in org.eclipse.collections.impl.map.ordered.mutable">UnmodifiableMutableOrderedMap</a></code>, <code><a href="../impl/set/mutable/UnmodifiableMutableSet.html" title="class in org.eclipse.collections.impl.set.mutable">UnmodifiableMutableSet</a></code>, <code><a href="../impl/UnmodifiableRichIterable.html" title="class in org.eclipse.collections.impl">UnmodifiableRichIterable</a></code>, <code><a href="../impl/map/mutable/primitive/UnmodifiableShortObjectMap.html" title="class in org.eclipse.collections.impl.map.mutable.primitive">UnmodifiableShortObjectMap</a></code>, <code><a href="../impl/bag/sorted/mutable/UnmodifiableSortedBag.html" title="class in org.eclipse.collections.impl.bag.sorted.mutable">UnmodifiableSortedBag</a></code>, <code><a href="../impl/set/sorted/mutable/UnmodifiableSortedSet.html" title="class in org.eclipse.collections.impl.set.sorted.mutable">UnmodifiableSortedSet</a></code>, <code><a href="../impl/stack/mutable/UnmodifiableStack.html" title="class in org.eclipse.collections.impl.stack.mutable">UnmodifiableStack</a></code>, <code><a href="../impl/map/sorted/mutable/UnmodifiableTreeMap.html" title="class in org.eclipse.collections.impl.map.sorted.mutable">UnmodifiableTreeMap</a></code>, <code><a href="../impl/lazy/ZipIterable.html" title="class in org.eclipse.collections.impl.lazy">ZipIterable</a></code>, <code><a href="../impl/lazy/ZipWithIndexIterable.html" title="class in org.eclipse.collections.impl.lazy">ZipWithIndexIterable</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">InternalIterable&lt;T&gt;</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;T&gt;</pre>
<div class="block">The base interface for all Eclipse Collections. All Eclipse Collections are internally iterable, and this interface provides
the base set of internal iterators that every Eclipse collection should implement.</div>
</section>
<section class="summary">
<ul class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<li class="blockList">
<section class="methodSummary"><a id="method.summary">
<!-- -->
</a>
<h2>Method Summary</h2>
<div class="memberSummary">
<div role="tablist" aria-orientation="horizontal"><button role="tab" aria-selected="true" aria-controls="memberSummary_tabpanel" tabindex="0" onkeydown="switchTab(event)" id="t0" class="activeTableTab">All Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t2" class="tableTab" onclick="show(2);">Instance Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t3" class="tableTab" onclick="show(4);">Abstract Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t5" class="tableTab" onclick="show(16);">Default Methods</button><button role="tab" aria-selected="false" aria-controls="memberSummary_tabpanel" tabindex="-1" onkeydown="switchTab(event)" id="t6" class="tableTab" onclick="show(32);">Deprecated Methods</button></div>
<div id="memberSummary_tabpanel" role="tabpanel">
<table aria-labelledby="t0">
<thead>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor" id="i0">
<td class="colFirst"><code>default void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#forEach(java.util.function.Consumer)">forEach</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function" class="externalLink">Consumer</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;&nbsp;consumer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i1">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#forEach(org.eclipse.collections.api.block.procedure.Procedure)">forEach</a></span>&#8203;(<a href="block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;&nbsp;procedure)</code></th>
<td class="colLast">
<div class="block">The procedure is executed for each element in the iterable.</div>
</td>
</tr>
<tr class="altColor" id="i2">
<td class="colFirst"><code>&lt;P&gt;&nbsp;void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#forEachWith(org.eclipse.collections.api.block.procedure.Procedure2,P)">forEachWith</a></span>&#8203;(<a href="block/procedure/Procedure2.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure2</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>,&#8203;? super P&gt;&nbsp;procedure,
P&nbsp;parameter)</code></th>
<td class="colLast">
<div class="block">The procedure2 is evaluated for each element in the iterable with the specified parameter provided
as the second argument.</div>
</td>
</tr>
<tr class="rowColor" id="i3">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure)">forEachWithIndex</a></span>&#8203;(<a href="block/procedure/primitive/ObjectIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectIntProcedure</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;&nbsp;objectIntProcedure)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">in 6.0.</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="inheritedList">
<h3>Methods inherited from interface&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a></h3>
<a id="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#iterator()" title="class or interface in java.lang" class="externalLink">iterator</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#spliterator()" title="class or interface in java.lang" class="externalLink">spliterator</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<li class="blockList">
<section class="methodDetails"><a id="method.detail">
<!-- -->
</a>
<h2>Method Details</h2>
<ul class="blockList">
<li class="blockList">
<section class="detail">
<h3><a id="forEach(org.eclipse.collections.api.block.procedure.Procedure)">forEach</a></h3>
<div class="memberSignature"><span class="returnType">void</span>&nbsp;<span class="memberName">forEach</span>&#8203;(<span class="arguments"><a href="block/procedure/Procedure.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;&nbsp;procedure)</span></div>
<div class="block">The procedure is executed for each element in the iterable.
<p>
Example using a Java 8 lambda:
<pre>
people.forEach(Procedures.cast(person -&gt; LOGGER.info(person.getName())));
</pre>
<p>
Example using an anonymous inner class:
<pre>
people.forEach(new Procedure&lt;Person&gt;()
{
public void value(Person person)
{
LOGGER.info(person.getName());
}
});
</pre>
NOTE: This method started to conflict with <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach(java.util.function.Consumer)" title="class or interface in java.lang" class="externalLink"><code>Iterable.forEach(java.util.function.Consumer)</code></a>
since Java 1.8. It is recommended to use <a href="RichIterable.html#each(org.eclipse.collections.api.block.procedure.Procedure)"><code>RichIterable.each(Procedure)</code></a> instead to avoid casting to Procedure.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="RichIterable.html#each(org.eclipse.collections.api.block.procedure.Procedure)"><code>RichIterable.each(Procedure)</code></a>,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach(java.util.function.Consumer)" title="class or interface in java.lang" class="externalLink"><code>Iterable.forEach(java.util.function.Consumer)</code></a></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="forEach(java.util.function.Consumer)">forEach</a></h3>
<div class="memberSignature"><span class="modifiers">default</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">forEach</span>&#8203;(<span class="arguments"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function" class="externalLink">Consumer</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;&nbsp;consumer)</span></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true#forEach(java.util.function.Consumer)" title="class or interface in java.lang" class="externalLink">forEach</a></code>&nbsp;in interface&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Iterable</a>&lt;<a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;</code></dd>
</dl>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure)">forEachWithIndex</a></h3>
<div class="memberSignature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang" class="externalLink">@Deprecated</a>
</span><span class="returnType">void</span>&nbsp;<span class="memberName">forEachWithIndex</span>&#8203;(<span class="arguments"><a href="block/procedure/primitive/ObjectIntProcedure.html" title="interface in org.eclipse.collections.api.block.procedure.primitive">ObjectIntProcedure</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>&gt;&nbsp;objectIntProcedure)</span></div>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">in 6.0. Use <a href="ordered/OrderedIterable.html#forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure)"><code>OrderedIterable.forEachWithIndex(ObjectIntProcedure)</code></a> instead.</div>
</div>
<div class="block">Iterates over the iterable passing each element and the current relative int index to the specified instance of
ObjectIntProcedure.
<p>
Example using a Java 8 lambda:
<pre>
people.forEachWithIndex((Person person, int index) -&gt; LOGGER.info("Index: " + index + " person: " + person.getName()));
</pre>
<p>
Example using an anonymous inner class:
<pre>
people.forEachWithIndex(new ObjectIntProcedure&lt;Person&gt;()
{
public void value(Person person, int index)
{
LOGGER.info("Index: " + index + " person: " + person.getName());
}
});
</pre></div>
</section>
</li>
<li class="blockList">
<section class="detail">
<h3><a id="forEachWith(org.eclipse.collections.api.block.procedure.Procedure2,java.lang.Object)">
<!-- -->
</a><a id="forEachWith(org.eclipse.collections.api.block.procedure.Procedure2,P)">forEachWith</a></h3>
<div class="memberSignature"><span class="typeParameters">&lt;P&gt;</span>&nbsp;<span class="returnType">void</span>&nbsp;<span class="memberName">forEachWith</span>&#8203;(<span class="arguments"><a href="block/procedure/Procedure2.html" title="interface in org.eclipse.collections.api.block.procedure">Procedure2</a>&lt;? super <a href="InternalIterable.html" title="type parameter in InternalIterable">T</a>,&#8203;? super P&gt;&nbsp;procedure,
P&nbsp;parameter)</span></div>
<div class="block">The procedure2 is evaluated for each element in the iterable with the specified parameter provided
as the second argument.
<p>
Example using a Java 8 lambda:
<pre>
people.forEachWith((Person person, Person other) -&gt;
{
if (person.isRelatedTo(other))
{
LOGGER.info(person.getName());
}
}, fred);
</pre>
<p>
Example using an anonymous inner class:
<pre>
people.forEachWith(new Procedure2&lt;Person, Person&gt;()
{
public void value(Person person, Person other)
{
if (person.isRelatedTo(other))
{
LOGGER.info(person.getName());
}
}
}, fred);
</pre></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
</div>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/InternalIterable.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>