Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromEntryList (0.62 seconds)

  1. guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableMap.java

          return build();
        }
      }
    
      private static <K, V> ImmutableMap<K, V> fromEntryList(
          Collection<? extends Entry<? extends K, ? extends V>> entries) {
        return fromEntryList(/* throwIfDuplicateKeys= */ true, entries);
      }
    
      private static <K, V> ImmutableMap<K, V> fromEntryList(
          boolean throwIfDuplicateKeys, Collection<? extends Entry<? extends K, ? extends V>> entries) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 15:51:42 GMT 2026
    - 17.2K bytes
    - Click Count (0)
Back to Top