- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for fromEntryList (0.53 seconds)
-
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)