- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for WrappedCollection (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
*/ @WeakOuter class WrappedCollection extends AbstractCollection<V> { @ParametricNullness final K key; Collection<V> delegate; final @Nullable WrappedCollection ancestor; final @Nullable Collection<V> ancestorDelegate; WrappedCollection( @ParametricNullness K key, Collection<V> delegate, @Nullable WrappedCollection ancestor) { this.key = key;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Nov 17 22:50:48 GMT 2025 - 48.4K bytes - Click Count (0)