Uses of Interface
com.google.cloud.firestore.collection.ImmutableSortedMap.Builder.KeyTranslator
Packages that use ImmutableSortedMap.Builder.KeyTranslator
-
Uses of ImmutableSortedMap.Builder.KeyTranslator in com.google.cloud.firestore.collection
Methods in com.google.cloud.firestore.collection that return ImmutableSortedMap.Builder.KeyTranslatorModifier and TypeMethodDescriptionstatic <A> ImmutableSortedMap.Builder.KeyTranslator<A,A> ImmutableSortedMap.Builder.identityTranslator()Methods in com.google.cloud.firestore.collection with parameters of type ImmutableSortedMap.Builder.KeyTranslatorModifier 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 <A,B, C> ImmutableSortedMap<A, C> ImmutableSortedMap.Builder.buildFrom(List<A> keys, Map<B, C> values, ImmutableSortedMap.Builder.KeyTranslator<A, B> translator, Comparator<A> comparator) static <A,B, C> RBTreeSortedMap<A, C> RBTreeSortedMap.buildFrom(List<A> keys, Map<B, C> values, ImmutableSortedMap.Builder.KeyTranslator<A, B> translator, Comparator<A> comparator)