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