Home
last modified time | relevance | path

Searched defs:asMap (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DMultimaps.java702 public Map<K, Collection<V>> asMap() { in asMap() method in Multimaps.UnmodifiableMultimap
1065 public static <K extends @Nullable Object, V extends @Nullable Object> Map<K, List<V>> asMap( in asMap() method in Multimaps
1078 public static <K extends @Nullable Object, V extends @Nullable Object> Map<K, Set<V>> asMap( in asMap() method in Multimaps
1091 public static <K extends @Nullable Object, V extends @Nullable Object> Map<K, SortedSet<V>> asMap( in asMap() method in Multimaps
1103 Map<K, Collection<V>> asMap(Multimap<K, V> multimap) { in asMap() method in Multimaps
H A DAbstractMultimap.java207 @LazyInit @CheckForNull private transient Map<K, Collection<V>> asMap; field in AbstractMultimap
210 public Map<K, Collection<V>> asMap() { in asMap() method in AbstractMultimap
H A DEmptyImmutableListMultimap.java43 public ImmutableMap<Object, Collection<Object>> asMap() { in asMap() method in EmptyImmutableListMultimap
H A DEmptyImmutableSetMultimap.java43 public ImmutableMap<Object, Collection<Object>> asMap() { in asMap() method in EmptyImmutableSetMultimap
H A DAbstractSortedKeySortedSetMultimap.java45 public SortedMap<K, Collection<V>> asMap() { in asMap() method in AbstractSortedKeySortedSetMultimap
H A DSortedSetMultimap.java112 Map<K, Collection<V>> asMap(); in asMap() method
H A DListMultimap.java86 Map<K, Collection<V>> asMap(); in asMap() method
H A DSetMultimap.java110 Map<K, Collection<V>> asMap(); in asMap() method
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DMultimaps.java701 public Map<K, Collection<V>> asMap() { in asMap() method in Multimaps.UnmodifiableMultimap
1069 public static <K extends @Nullable Object, V extends @Nullable Object> Map<K, List<V>> asMap( in asMap() method in Multimaps
1082 public static <K extends @Nullable Object, V extends @Nullable Object> Map<K, Set<V>> asMap( in asMap() method in Multimaps
1095 public static <K extends @Nullable Object, V extends @Nullable Object> Map<K, SortedSet<V>> asMap( in asMap() method in Multimaps
1107 Map<K, Collection<V>> asMap(Multimap<K, V> multimap) { in asMap() method in Multimaps
H A DAbstractMultimap.java228 @LazyInit @CheckForNull private transient Map<K, Collection<V>> asMap; field in AbstractMultimap
231 public Map<K, Collection<V>> asMap() { in asMap() method in AbstractMultimap
H A DEmptyImmutableListMultimap.java43 public ImmutableMap<Object, Collection<Object>> asMap() { in asMap() method in EmptyImmutableListMultimap
H A DEmptyImmutableSetMultimap.java43 public ImmutableMap<Object, Collection<Object>> asMap() { in asMap() method in EmptyImmutableSetMultimap
H A DAbstractSortedKeySortedSetMultimap.java45 public SortedMap<K, Collection<V>> asMap() { in asMap() method in AbstractSortedKeySortedSetMultimap
H A DSortedSetMultimap.java112 Map<K, Collection<V>> asMap(); in asMap() method
H A DListMultimap.java86 Map<K, Collection<V>> asMap(); in asMap() method
H A DSetMultimap.java110 Map<K, Collection<V>> asMap(); in asMap() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/
DSparseArrayUtilsKt.java48 …nds java.lang.Object>java.util.Map<java.lang.Integer, T> asMap(@org.jetbrains.annotations.NotNull() in asMap() method in SparseArrayUtilsKt
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h173 virtual Map* asMap() { return nullptr; } in asMap() function
174 const Map* asMap() const { return const_cast<Item*>(this)->asMap(); } in asMap() function
772 Map* asMap() override { return this; } in asMap() function
861 Map* asMap() override { return mTaggedItem->asMap(); } in asMap() function
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DAtomicLongMap.java332 @LazyInit @CheckForNull private transient Map<K, Long> asMap; field in AtomicLongMap
335 public Map<K, Long> asMap() { in asMap() method in AtomicLongMap
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicLongMap.java273 @LazyInit @CheckForNull private transient Map<K, Long> asMap; field in AtomicLongMap
276 public Map<K, Long> asMap() { in asMap() method in AtomicLongMap
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DCollectionUtilities.java76 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() method in CollectionUtilities
122 public static <T> Map<T,T> asMap(T[][] source) { in asMap() method in CollectionUtilities
/aosp_15_r20/external/icu/icu4j/main/framework/src/test/java/com/ibm/icu/dev/util/
H A DCollectionUtilities.java73 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() method in CollectionUtilities
119 public static <T> Map<T,T> asMap(T[][] source) { in asMap() method in CollectionUtilities
/aosp_15_r20/external/guava/guava/src/com/google/common/cache/
H A DLoadingCache.java166 ConcurrentMap<K, V> asMap(); in asMap() method
/aosp_15_r20/external/guava/android/guava/src/com/google/common/cache/
H A DLoadingCache.java166 ConcurrentMap<K, V> asMap(); in asMap() method
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/env/
H A DSimpleEnv.java39 public ImmutableMap<K, V> asMap() { in asMap() method in SimpleEnv

12345678910>>...25