Searched defs:ForMapWithDefault (Results 1 – 1 of 1) sorted by relevance
147 private static class ForMapWithDefault<K, V> implements Function<K, V>, Serializable { class in Functions151 ForMapWithDefault(Map<K, ? extends V> map, @Nullable V defaultValue) { in ForMapWithDefault() method in Functions.ForMapWithDefault