Bluestep JS Documentation
Preparing search index...
B
Bluestep
HasMapEntries
Interface HasMapEntries
TODO
Example
TODO
Copy
interface
HasMapEntries
{
mapEntries
()
:
Map
<
String
,
String
>
;
mapKeys
()
:
Set
<
string
>
;
mapValue
(
key
:
string
)
:
string
;
mapValue
(
key
:
string
,
value
:
string
)
:
void
;
mapValues
()
:
EList
<
string
>
;
objectEntries
()
:
{
[
key
:
string
]:
string
}
;
removeMapValue
(
key
:
string
)
:
string
;
}
Implemented by
Module
Index
Methods
map
Entries
map
Keys
map
Value
map
Values
object
Entries
remove
Map
Value
Methods
map
Entries
mapEntries
()
:
Map
<
String
,
String
>
Returns
Map
<
String
,
String
>
map
Keys
mapKeys
()
:
Set
<
string
>
TODO
Returns
Set
<
string
>
map
Value
mapValue
(
key
:
string
)
:
string
TODO
Parameters
key
:
string
Returns
string
mapValue
(
key
:
string
,
value
:
string
)
:
void
TODO
Parameters
key
:
string
value
:
string
Returns
void
map
Values
mapValues
()
:
EList
<
string
>
TODO
Returns
EList
<
string
>
object
Entries
objectEntries
()
:
{
[
key
:
string
]:
string
}
Returns
{
[
key
:
string
]:
string
}
remove
Map
Value
removeMapValue
(
key
:
string
)
:
string
TODO
Parameters
key
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
map
Entries
map
Keys
map
Value
map
Values
object
Entries
remove
Map
Value
Bluestep JS Documentation
Loading...
TODO
Example