- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for wrapCollection (0.06 sec)
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
collection = createCollection(key); } return wrapCollection(key, collection); } /** * Generates a decorated collection that remains consistent with the values in the multimap for * the provided key. Changes to the multimap may alter the returned collection, and vice versa. */ Collection<V> wrapCollection(@ParametricNullness K key, Collection<V> collection) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Aug 12 15:51:57 UTC 2025 - 48.2K bytes - Viewed (0)