Searched refs:KeySetToValueMap (Results 1 – 1 of 1) sorted by relevance
748 return new KeySetToValueMap<>(mimeGroupNames, new ArraySet<>()); in createMimeGroups()5275 private static class KeySetToValueMap<K, V> implements Map<K, V> { class in Settings5280 KeySetToValueMap(@NonNull Set<K> keySet, V value) { in KeySetToValueMap() method in Settings.KeySetToValueMap