Searched defs:AbstractMapFactory (Results 1 – 1 of 1) sorted by relevance
33 abstract class AbstractMapFactory<K, V, V2> implements Factory<Map<K, V2>> { class36 AbstractMapFactory(Map<K, Provider<V>> map) { in AbstractMapFactory() method in AbstractMapFactory