-
public class UserDataDiffUtility class to compute the diff between two sets of attributes and two sets of tag collections
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUserDataDiff.ResultRepresents a diff's results
-
Field Summary
Fields Modifier and Type Field Description public UserDataDiff.Resultresult
-
Constructor Summary
Constructors Constructor Description UserDataDiff(Map<String, UserAttribute> newAttributes, Map<String, UserAttribute> oldAttributes, Map<String, Set<String>> newTagCollections, Map<String, Set<String>> oldTagCollections)
-