Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for ImmutableMultimap (0.2 sec)

  1. android/guava/src/com/google/common/collect/Multimaps.java

      }
    
      /**
       * Copies each key-value mapping in {@code source} into {@code dest}, with its key and value
       * reversed.
       *
       * <p>If {@code source} is an {@link ImmutableMultimap}, consider using {@link
       * ImmutableMultimap#inverse} instead.
       *
       * @param source any multimap
       * @param dest the multimap to copy into; usually empty
       * @return {@code dest}
       */
      @CanIgnoreReturnValue
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 21:21:17 UTC 2024
    - 86.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/ServiceManager.java

       *
       * <p>N.B. This snapshot is guaranteed to be consistent, i.e. the set of states returned will
       * correspond to a point in time view of the services.
       *
       * @since 29.0 (present with return type {@code ImmutableMultimap} since 14.0)
       */
      @Override
      public ImmutableSetMultimap<State, Service> servicesByState() {
        return state.servicesByState();
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/util/concurrent/ServiceManager.java

       *
       * <p>N.B. This snapshot is guaranteed to be consistent, i.e. the set of states returned will
       * correspond to a point in time view of the services.
       *
       * @since 29.0 (present with return type {@code ImmutableMultimap} since 14.0)
       */
      @Override
      public ImmutableSetMultimap<State, Service> servicesByState() {
        return state.servicesByState();
      }
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:51:36 UTC 2024
    - 33.2K bytes
    - Viewed (0)
Back to top