Package | Description |
---|---|
com.google.cloud.firestore.collection |
Modifier and Type | Method and Description |
---|---|
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) |
static <A,B> RBTreeSortedMap<A,B> |
RBTreeSortedMap.fromMap(Map<A,B> values,
Comparator<A> comparator) |
Copyright © 2019 Google LLC. All rights reserved.