
name.remal.com.google.common.collect.Multimap.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-kotlin Show documentation
Show all versions of common-kotlin Show documentation
Java & Kotlin tools: common-kotlin
The newest version!
package name.remal
import com.google.common.collect.Multimap
operator fun Multimap.set(key: K, value: V) = this.put(key, value)
operator fun Multimap.contains(key: K) = this.containsKey(key)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy