Skip to content

TwoWayMap.hasValue method

TwoWayMap › hasValue

Checks if the map has a value.

Signature:

hasValue(value: Value): boolean

Parameters:

ParameterTypeDescription
valueValueThe value.

Returns: booleantrue if the map has the value, false otherwise.