Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SynchronizedAsMap (0.22 sec)

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

      }
    
      static final class SynchronizedAsMap<K extends @Nullable Object, V extends @Nullable Object>
          extends SynchronizedMap<K, Collection<V>> {
        @CheckForNull transient Set<Map.Entry<K, Collection<V>>> asMapEntrySet;
        @CheckForNull transient Collection<Collection<V>> asMapValues;
    
        SynchronizedAsMap(Map<K, Collection<V>> delegate, @CheckForNull Object mutex) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 53.4K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Synchronized.java

      }
    
      static final class SynchronizedAsMap<K extends @Nullable Object, V extends @Nullable Object>
          extends SynchronizedMap<K, Collection<V>> {
        @CheckForNull transient Set<Map.Entry<K, Collection<V>>> asMapEntrySet;
        @CheckForNull transient Collection<Collection<V>> asMapValues;
    
        SynchronizedAsMap(Map<K, Collection<V>> delegate, @CheckForNull Object mutex) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 57.3K bytes
    - Viewed (0)
Back to top