contains

open operator override fun contains(name: String): Boolean

Checks if the given name exists in the map


open override fun contains(name: String, value: String): Boolean

Checks if the given name and value pair exists in the map