Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for AbstractMapBasedMultimap (0.07 seconds)

  1. guava/src/com/google/common/collect/AbstractMapBasedMultimap.java

     *
     * <p>The multimap constructor takes a map that has a single entry for each distinct key. When you
     * insert a key-value pair with a key that isn't already in the multimap, {@code
     * AbstractMapBasedMultimap} calls {@link #createCollection()} to create the collection of values
     * for that key. The subclass should not call {@link #createCollection()} directly, and a new
     * instance should be created every time the method is called.
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Mon Nov 17 22:50:48 GMT 2025
    - 48.4K bytes
    - Click Count (0)
Back to Top