Search
Preparing search index...
The search index is not available
Jiggy.io
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Iterator
Class Iterator
Hierarchy
Iterator
Index
Constructors
constructor
Properties
_array
_index
_length
Methods
get
First
get
Last
has
Next
has
Prev
next
prev
set
ToBeginning
set
ToEnd
Constructors
constructor
new
Iterator
(
array
:
any
[]
)
:
Iterator
Parameters
array:
any
[]
Returns
Iterator
Properties
Private
_array
_array
:
any
[]
Private
_index
_index
:
number
Private
_length
_length
:
number
Methods
get
First
get
First
(
)
:
any
Returns
any
get
Last
get
Last
(
)
:
any
Returns
any
has
Next
has
Next
(
)
:
boolean
Returns
boolean
has
Prev
has
Prev
(
)
:
boolean
Returns
boolean
next
next
(
)
:
any
Returns
any
prev
prev
(
)
:
any
Returns
any
set
ToBeginning
set
ToBeginning
(
)
:
void
Returns
void
set
ToEnd
set
ToEnd
(
)
:
void
Returns
void
Globals
Iterator
constructor
_array
_index
_length
get
First
get
Last
has
Next
has
Prev
next
prev
set
ToBeginning
set
ToEnd
Generated using
TypeDoc