set

operator fun <T> MutablePathMultimap<T>.set(path: Path, value: T): PathMultimapEntryId(source)
operator fun <T> MutablePathMultimap<T>.set(path: String, value: T): PathMultimapEntryId(source)

Inserts a new entry in the multimap with the given path and value and returns an identifier that identifies the inserted entry in the multimap.

The returned identifier can be used to remove the inserted entry from the multimap.