- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createUnmodifiableEmptyCollection (0.23 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
} } /** * Creates an unmodifiable, empty collection of values. * * <p>This is used in {@link #removeAll} on an empty key. */ Collection<V> createUnmodifiableEmptyCollection() { return unmodifiableCollectionSubclass(createCollection()); } /** * Creates the collection of values for a single key. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:51:57 UTC 2025 - 48.2K bytes - Viewed (0)