Uses of Interface
de.cuioss.tools.collect.MapDifference
Packages that use MapDifference
Package
Description
Provides a number of utilities in the context of
Collections
CollectionBuilder: Unified builder for
building arbitrary Collections.
CollectionLiterals: Provides
literal-forms for creating populated collection instances.-
Uses of MapDifference in de.cuioss.tools.collect
Methods in de.cuioss.tools.collect that return MapDifferenceModifier and TypeMethodDescriptionstatic <K,V> MapDifference<K, V> MoreCollections.difference(Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right) Computes the difference between two maps.