Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unmodifiableValueCollection (0.13 sec)

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

          if (result == null) {
            result =
                map =
                    Collections.unmodifiableMap(
                        Maps.transformValues(
                            delegate.asMap(), collection -> unmodifiableValueCollection(collection)));
          }
          return result;
        }
    
        @Override
        public Collection<Entry<K, V>> entries() {
          Collection<Entry<K, V>> result = entries;
          if (result == null) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 21:21:17 UTC 2024
    - 86.3K bytes
    - Viewed (0)
Back to top