Searched defs:mapFactory (Results 1 – 3 of 3) sorted by relevance
85 public Builder<K, V> putAll(Provider<Map<K, V>> mapFactory) { in putAll()95 public Builder<K, V> putAll(javax.inject.Provider<Map<K, V>> mapFactory) { in putAll()
64 private static volatile MapFactory mapFactory = new DefaultMapFactory(); field in MapFactories
394 MapFactory mapFactory, in mergeMapEntry()