Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ForwardingMultimap (0.06 sec)

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

        return checkNotNull(delegate);
      }
    
      private static class UnmodifiableMultimap<K extends @Nullable Object, V extends @Nullable Object>
          extends ForwardingMultimap<K, V> implements Serializable {
        final Multimap<K, V> delegate;
        @LazyInit transient @Nullable Collection<Entry<K, V>> entries;
        @LazyInit transient @Nullable Multiset<K> keys;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Multimaps.java

        return checkNotNull(delegate);
      }
    
      private static class UnmodifiableMultimap<K extends @Nullable Object, V extends @Nullable Object>
          extends ForwardingMultimap<K, V> implements Serializable {
        final Multimap<K, V> delegate;
        @LazyInit transient @Nullable Collection<Entry<K, V>> entries;
        @LazyInit transient @Nullable Multiset<K> keys;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
Back to top