pip_services3_commons
pip_services3_commons
StringValueMap
forEach method
forEach
pip_services3_commons
pip_services3_commons
StringValueMap
forEach method
StringValueMap class
Constructors
StringValueMap
fromJson
Properties
keys
entries
hashCode
isEmpty
isNotEmpty
length
runtimeType
values
Methods
append
clear
clone
fromJson
get
getAsArray
getAsArrayWithDefault
getAsBoolean
getAsBooleanWithDefault
getAsDateTime
getAsDateTimeWithDefault
getAsDouble
getAsDoubleWithDefault
getAsDuration
getAsDurationWithDefault
getAsFloat
getAsFloatWithDefault
getAsInteger
getAsIntegerWithDefault
getAsLong
getAsLongWithDefault
getAsMap
getAsMapWithDefault
getAsNullableArray
getAsNullableBoolean
getAsNullableDateTime
getAsNullableDouble
getAsNullableDuration
getAsNullableFloat
getAsNullableInteger
getAsNullableLong
getAsNullableMap
getAsNullableString
getAsNullableType
getAsObject
getAsString
getAsStringWithDefault
getAsType
getAsTypeWithDefault
getAsValue
getKeys
getValue
innerValue
put
remove
setAsObject
toJson
toString
addAll
addEntries
cast
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
removeWhere
update
updateAll
Operators
operator []
operator []=
operator ==
Static methods
fromMaps
fromString
fromTuples
fromTuplesArray
fromValue
description
forEach
method
void
forEach
(
void
action
(
String
key
String
value
)
)
inherited
Applies
f
to each key/value pair of the map.
Calling
f
must not add or remove keys from the map.