Package | Description |
---|---|
com.google.cloud.firestore.collection |
Modifier and Type | Method and Description |
---|---|
static <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) |
Copyright © 2019 Google LLC. All rights reserved.