CaseInsensitiveHashMap<V> Class 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.routing.caseinsensitivehashmap
MutableVolatile 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.mutablevolatile.v
PagedListConverter 文档
https://docs.microsoft.com/zh-cn/java/api/com.microsoft.azure.management.resources.fluentcore.utils.pagedlistconverterThe base class for converting PagedList of one type of resource to another, without polling down all the items in a list. This converter is useful in converting inner top level resources into fluent top level resources.
SortedSetMultimap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.sortedsetmultimapA SetMultimap whose set of values for a given key are kept sorted; that is, they comprise a SortedSet. It cannot hold duplicate key-value pairs; adding a key-value pair that's already in the multimap has no effect. This interface does not specify the ordering of the multimap's keys. See the Multimap<K,V> documentation for information common to all multimaps. The #get, #removeAll, and #replaceValues methods each return a SortedSet of values, while entries() returns a Set of map entries. Though the method signature doesn't say so explicitly, the map returned by #asMap has SortedSet values. See the Guava User Guide article on Multimap.
EmptyMapIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.iterators.emptymapiterator
IterableMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.iterablemap
CaseInsensitiveMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.caseinsensitivemap
AbstractIterableMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.abstractiterablemap
Put 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.put
ForwardingNavigableMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.forwardingnavigablemap.standarddescendingmap.replaceall