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
"LinkedHashMap"
KeyIterator
Class KeyIterator<K, V>
Type parameters
K
V
Hierarchy
LinkedHashIterator
<
K
,
V
>
KeyIterator
Implements
JIterator
<
LinkedEntry
<
K
,
V
>
>
Index
Constructors
constructor
Methods
_next
has
Next
next
Constructors
constructor
new
Key
Iterator
(
linkedHashMap
:
LinkedHashMap
<
K
,
V
>
)
:
KeyIterator
Parameters
linkedHashMap:
LinkedHashMap
<
K
,
V
>
Returns
KeyIterator
Methods
_next
_next
(
)
:
K
Returns
K
has
Next
has
Next
(
)
:
boolean
Returns
boolean
next
next
(
)
:
LinkedEntry
<
K
,
V
>
Returns
LinkedEntry
<
K
,
V
>
Globals
"
Linked
Hash
Map"
Entry
Iterator
Key
Iterator
constructor
_next
has
Next
next
Linked
Entry
Linked
Hash
Iterator
Linked
Hash
Map
Value
Iterator
Generated using
TypeDoc