The `clear()` function in the `Multimap` class of the `com.google.common.collect` package in Java is used to remove all key-value mappings from the multimap. After calling this method, the multimap will be empty with no key-value pairs present.
Java Multimap.clear - 18 examples found. These are the top rated real world Java examples of com.google.common.collect.Multimap.clear extracted from open source projects. You can rate examples to help us improve the quality of examples.