Search
Preparing search index...
The search index is not available
TypeScriptCollectionsFramework https://github.com/larrydiamond/typescriptcollectionsframework
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"LinkedHashSet"
LinkedIterator
Class LinkedIterator<K>
Type parameters
K
Hierarchy
LinkedIterator
Implements
JIterator
<
LinkedEntry
<
K
>
>
Index
Constructors
constructor
Methods
_next
has
Next
next
Constructors
constructor
new
Linked
Iterator
(
linkedSet
:
LinkedHashSet
<
K
>
)
:
LinkedIterator
Parameters
linkedSet:
LinkedHashSet
<
K
>
Returns
LinkedIterator
Methods
_next
_next
(
)
:
K
Returns
K
has
Next
has
Next
(
)
:
boolean
Returns
boolean
next
next
(
)
:
LinkedEntry
<
K
>
Returns
LinkedEntry
<
K
>
Globals
"
Linked
Hash
Set"
Linked
Entry
Linked
Hash
Set
Linked
Iterator
constructor
_next
has
Next
next
Generated using
TypeDoc