EntrySetToMapIteratorAdapter 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.entrysettomapiteratoradapter.setvalueSets the value associated with the current key (optional operation).
AbstractHashedMap.HashMapIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.abstracthashedmap.hashmapiterator.setvalueSets the value associated with the current key (optional operation).
<V>getFileStoreAttributeView(Class<V> aClass) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.storage.blob.nio.azurefilestore.getfilestoreattributeviewReturns a FileStoreAttributeView of the given type. This method always returns null as no FileStoreAttributeView is currently supported.
Utils.ValueHolder<V>… 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.utils.valueholder.initialize
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.
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).
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.
ImmutableBiMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablebimap.copyofReturns an immutable bimap containing the given entries. The returned bimap iterates over entries in the same order as the original iterable.
TreeMultimap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.treemultimap.createCreates an empty TreeMultimap ordered by the natural ordering of its keys and values.
ArrayListMultimap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.arraylistmultimap.createCreates a new, empty ArrayListMultimap with the default initial capacities. This method will soon be deprecated in favor of MultimapBuilder.hashKeys().arrayListValues().build().