- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AddRejectingSet (0.17 sec)
-
android/guava/src/com/google/common/collect/FilteredKeyMultimap.java
} else if (unfiltered instanceof SetMultimap) { return new AddRejectingSet<>(key); } else { return new AddRejectingList<>(key); } } static class AddRejectingSet<K extends @Nullable Object, V extends @Nullable Object> extends ForwardingSet<V> { @ParametricNullness final K key; AddRejectingSet(@ParametricNullness K key) { this.key = key; }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 6.1K bytes - Viewed (0)