Search
Preparing search index...
The search index is not available
tljs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
tljs
CollectionIter
Class CollectionIter<T>
An iterator over elements in an external collection
Type Parameters
T
Hierarchy
CollectionIter
Implements
Iterator
<
T
>
Index
Constructors
constructor
Properties
collection
index
Methods
next
Constructors
constructor
new
Collection
Iter
<
T
>
(
collection
:
Collection
<
T
>
)
:
CollectionIter
<
T
>
Type Parameters
T
Parameters
collection:
Collection
<
T
>
Returns
CollectionIter
<
T
>
Properties
Private
collection
collection
:
Collection
<
T
>
Private
index
index
:
number
= 0
Methods
next
next
(
)
:
IteratorResult
<
T
,
any
>
Returns
IteratorResult
<
T
,
any
>
Exports
Collection
Iter
constructor
collection
index
next
Generated using
TypeDoc
An iterator over elements in an external collection