java.lang.Object
com.atlassian.crowd.directory.synchronisation.utils.AddUpdateSets<A,U>
public class AddUpdateSets<A,U>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AddUpdateSets
public AddUpdateSets(Set<A> addSet,
Set<U> updateSet)
-
Method Details
-
getToAddSet
public Set<A> getToAddSet()
-
getToUpdateSet
public Set<U> getToUpdateSet()