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