- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ForwardingMultimap (0.06 sec)
-
android/guava/src/com/google/common/collect/ForwardingMultimap.java
* invoke methods, they invoke methods on the {@code ForwardingMultimap}. * * @author Robert Konigsberg * @since 2.0 */ @GwtCompatible public abstract class ForwardingMultimap<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingObject implements Multimap<K, V> { /** Constructor for use by subclasses. */ protected ForwardingMultimap() {} @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 21:10:54 UTC 2025 - 4.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingMultimap.java
* invoke methods, they invoke methods on the {@code ForwardingMultimap}. * * @author Robert Konigsberg * @since 2.0 */ @GwtCompatible public abstract class ForwardingMultimap<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingObject implements Multimap<K, V> { /** Constructor for use by subclasses. */ protected ForwardingMultimap() {} @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 21:10:54 UTC 2025 - 4.1K bytes - Viewed (0) -
guava/src/com/google/common/collect/ForwardingSetMultimap.java
* * @author Kurt Alfred Kluever * @since 3.0 */ @GwtCompatible public abstract class ForwardingSetMultimap<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingMultimap<K, V> implements SetMultimap<K, V> { /** Constructor for use by subclasses. */ public ForwardingSetMultimap() {} @Override protected abstract SetMultimap<K, V> delegate(); @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.2K bytes - Viewed (0)