contains
Returns whether there exists at least one entry with a path matching path (following the semantics of path matching). Equivalent to containsPath(path).
Returns whether there exists an entry identified by entryId in the multimap. Equivalent to containsEntry(entryId).
Returns whether there exists at least one value equal to value in the multimap. Equivalent to containsValue(value).