Class StringSetDiff
- java.lang.Object
-
- org.openiam.idm.provisioning.diff.model.Diff<T>
-
- org.openiam.idm.provisioning.diff.model.lang.LangDiff<HashSet<String>>
-
- org.openiam.idm.provisioning.diff.model.lang.StringSetDiff
-
- All Implemented Interfaces:
Serializable
public class StringSetDiff extends LangDiff<HashSet<String>>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringSetDiff(HashSet<String> newObject, HashSet<String> oldObject)
StringSetDiff(List<String> newObject, List<String> oldObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isEmpty(HashSet<String> test)
protected boolean
isModified()
-
Methods inherited from class org.openiam.idm.provisioning.diff.model.lang.LangDiff
isLeftEmpty, isRightEmpty
-
-