Uses of Class
com.google.cloud.firestore.collection.ArraySortedMap
Packages that use ArraySortedMap
-
Uses of ArraySortedMap in com.google.cloud.firestore.collection
Methods in com.google.cloud.firestore.collection that return ArraySortedMapModifier and TypeMethodDescriptionstatic <A,B, C> ArraySortedMap<A, C> ArraySortedMap.buildFrom(List<A> keys, Map<B, C> values, ImmutableSortedMap.Builder.KeyTranslator<A, B> translator, Comparator<A> comparator) static <K,V> ArraySortedMap<K, V> ArraySortedMap.fromMap(Map<K, V> map, Comparator<K> comparator)