Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for WrappedCollection (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
Back to Top