ImmutableBiMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablebimapA BiMap<K,V> whose contents will never change, with many other important properties detailed at ImmutableCollection<E>.
AbstractHashedMap.HashIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.abstracthashedmap.hashiteratorBase Iterator
ImmutableRangeMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablerangemapA RangeMap<K,V> whose contents will never change, with many other important properties detailed at ImmutableCollection<E>.
EntrySetMapIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.iterators.entrysetmapiterator
ListMultimap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.listmultimapA Multimap that can hold duplicate key-value pairs and that maintains the insertion ordering of values for a given key. See the Multimap<K,V> documentation for information common to all multimaps. The #get, #removeAll, and #replaceValues methods each return a List of values. Though the method signature doesn't say so explicitly, the map returned by #asMap has List values. See the Guava User Guide article on Multimap.
ForwardingConcurrentMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.forwardingconcurrentmapA concurrent map which forwards all its method calls to another concurrent map. Subclasses should override one or more methods to modify the behavior of the backing map as desired per the decorator pattern. default method warning: This class forwards calls to only some default methods. Specifically, it forwards calls only for methods that existed before default methods were introduced. For newer methods, like forEach, it inherits their default implementations. When those implementations invoke methods, they invoke methods on the ForwardingConcurrentMap.
MapIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.mapiterator
AbstractHashedMap.Values<V>.size Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.abstracthashedmap.values.size
UnmodifiableEntrySet 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.unmodifiableentryset
ReliableHashMap 文档
https://docs.microsoft.com/zh-cn/java/api/microsoft.servicefabric.data.collections.reliablehashmap