ImmutableMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablemap.copyofReturns an immutable map containing the specified entries. The returned map iterates over entries in the same order as the original iterable.
LinkedHashMultimap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.linkedhashmultimap.createCreates a new, empty LinkedHashMultimap with the default initial capacities.
ImmutableMultimap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablemultimap.copyofReturns an immutable multimap containing the same mappings as multimap, in the "key-grouped" iteration order described in the class documentation. Despite the method name, this method attempts to avoid actually copying the data when it is safe to do so. The exact circumstances under which a copy will or will not be performed are undocumented and subject to change.
AbstractMapEntryDecorator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.keyvalue.abstractmapentrydecorator.setvalue
UnmodifiableMapIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.iterators.unmodifiablemapiterator.setvalueSets the value associated with the current key (optional operation).
EnumHashBiMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.enumhashbimap.createReturns a new, empty EnumHashBiMap using the specified key type.
Utils.ValueHolder<V>… 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.utils.valueholder.initialize
ImmutableSortedMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablesortedmap.reverseorderReturns a builder that creates immutable sorted maps whose keys are ordered by the reverse of their natural ordering.
ImmutableSortedMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablesortedmap.naturalorderReturns a builder that creates immutable sorted maps whose keys are ordered by their natural ordering. The sorted maps use <C>natural() as the comparator.
EnumBiMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.enumbimap.createReturns a new, empty EnumBiMap using the specified key and value types.