- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for EmptyImmutableListMultimap (0.19 seconds)
-
android/guava/src/com/google/common/collect/EmptyImmutableListMultimap.java
* Implementation of {@link ImmutableListMultimap} with no entries. * * @author Jared Levy */ @GwtCompatible final class EmptyImmutableListMultimap extends ImmutableListMultimap<Object, Object> { static final EmptyImmutableListMultimap INSTANCE = new EmptyImmutableListMultimap(); private EmptyImmutableListMultimap() { super(ImmutableMap.of(), 0); } /*Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 1.8K bytes - Click Count (0)