Uses of Class
com.google.cloud.firestore.collection.ImmutableSortedMap
Packages that use ImmutableSortedMap
-
Uses of ImmutableSortedMap in com.google.cloud.firestore.collection
Subclasses of ImmutableSortedMap in com.google.cloud.firestore.collectionModifier and TypeClassDescriptionclassArraySortedMap<K,V> This is an array backed implementation of ImmutableSortedMap.classRBTreeSortedMap<K,V> This is a red-black tree backed implementation of ImmutableSortedMap.Methods in com.google.cloud.firestore.collection that return ImmutableSortedMapModifier and TypeMethodDescriptionstatic <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 <K,V> ImmutableSortedMap<K, V> ImmutableSortedMap.Builder.emptyMap(Comparator<K> comparator) static <A,B> ImmutableSortedMap<A, B> ImmutableSortedMap.Builder.fromMap(Map<A, B> values, Comparator<A> comparator) abstract ImmutableSortedMap<K,V> abstract ImmutableSortedMap<K,V>