- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AddRejectingList (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/FilteredKeyMultimap.java
@Override protected Set<V> delegate() { return emptySet(); } } private static final class AddRejectingList< K extends @Nullable Object, V extends @Nullable Object> extends ForwardingList<V> { @ParametricNullness final K key; AddRejectingList(@ParametricNullness K key) { this.key = key; } @Override public boolean add(@ParametricNullness V v) {Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 6.2K bytes - Click Count (0)