Uses of Enum
org.alfresco.util.EqualsHelper.MapValueComparison
Packages that use EqualsHelper.MapValueComparison
-
Uses of EqualsHelper.MapValueComparison in org.alfresco.util
Methods in org.alfresco.util that return EqualsHelper.MapValueComparisonModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static EqualsHelper.MapValueComparison[]
EqualsHelper.MapValueComparison.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.util that return types with arguments of type EqualsHelper.MapValueComparisonModifier and TypeMethodDescriptionstatic <K,
V> Map<K, EqualsHelper.MapValueComparison> EqualsHelper.getMapComparison
(Map<K, V> left, Map<K, V> right) Compare two maps.