Guava: Google Core Libraries for Java 13.0.1-redhat-1

Uses of Interface
com.google.common.collect.MapDifference.ValueDifference

Packages that use MapDifference.ValueDifference
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
 

Uses of MapDifference.ValueDifference in com.google.common.collect
 

Methods in com.google.common.collect that return types with arguments of type MapDifference.ValueDifference
 SortedMap<K,MapDifference.ValueDifference<V>> SortedMapDifference.entriesDiffering()
           
 Map<K,MapDifference.ValueDifference<V>> MapDifference.entriesDiffering()
          Returns an unmodifiable map describing keys that appear in both maps, but with different values.
 


Guava: Google Core Libraries for Java 13.0.1-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.