KeyValuePair 文档
https://docs.microsoft.com/zh-cn/java/api/microsoft.servicefabric.data.utilities.keyvaluepairA pair maintaining a key and a value.
ExpressRouteCircuitRoutesTableSummary.withV(Integer v) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.microsoft.azure.management.network.expressroutecircuitroutestablesummary.withvSet bGP version number spoken to the neighbor.
ExpressRouteCircuitRoutesTableSummary.withV(Integer v) Method 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.resourcemanager.network.models.expressroutecircuitroutestablesummary.withvSet the v property: BGP version number spoken to the neighbor.
AbstractEmptyMapIterator 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.iterators.abstractemptymapiterator
KeyValue 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.keyvalue(class)
AbstractHashedMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.apachecommons.collections.map.abstracthashedmap
ImmutableSortedMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablesortedmapA NavigableMap whose contents will never change, with many other important properties detailed at ImmutableCollection<E>. Warning: as with any sorted collection, you are strongly advised not to use a Comparator or Comparable type whose comparison behavior is inconsistent with equals. That is, a.compareTo(b) or comparator.compare(a, b) should equal zero if and only if a.equals(b). If this advice is not followed, the resulting map will not correctly obey its specification. See the Guava User Guide article on immutable collections.
MapDifference.ValueDifference<V> Interface 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.mapdifference.valuedifferenceA difference between the mappings from two maps with the same key. The #leftValue and #rightValue are not equal, and one but not both of them may be null.
TreeRangeMap 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.treerangemap.putallPuts all the associations from rangeMap into this range map (optional operation).
ImmutableRangeMap.Builder 文档
https://docs.microsoft.com/zh-cn/java/api/com.azure.cosmos.implementation.guava25.collect.immutablerangemap.builder.putAssociates the specified range with the specified value.