- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AsMapEntries (0.07 seconds)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
AsMap(Map<K, Collection<V>> submap) { this.submap = submap; } @Override protected Set<Entry<K, Collection<V>>> createEntrySet() { return new AsMapEntries(); } // The following methods are included for performance. @Override public boolean containsKey(@Nullable Object key) { return Maps.safeContainsKey(submap, key); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 22:50:48 GMT 2025 - 48.4K bytes - Click Count (0)