Uses of Class
org.alfresco.util.EqualsHelper.MapValueComparison
-
Packages that use EqualsHelper.MapValueComparison Package Description org.alfresco.util -
-
Uses of EqualsHelper.MapValueComparison in org.alfresco.util
Methods in org.alfresco.util that return EqualsHelper.MapValueComparison Modifier and Type Method Description static EqualsHelper.MapValueComparison
EqualsHelper.MapValueComparison. valueOf(String name)
Returns 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.MapValueComparison Modifier and Type Method Description static <K,V>
Map<K,EqualsHelper.MapValueComparison>EqualsHelper. getMapComparison(Map<K,V> left, Map<K,V> right)
Compare two maps.
-