Class ModifiedCollections<T>
- java.lang.Object
-
- de.alpharogroup.collections.modifications.ModifiedCollections<T>
-
- Type Parameters:
T- the generic type of the collections
public class ModifiedCollections<T> extends java.lang.ObjectThe class ModifiedLists holds two collections. It is used as return type for finding from an old list which elements have removed and which have added.
-
-
Constructor Summary
Constructors Constructor Description ModifiedCollections()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifiedCollections<T>getModifiedLists(java.util.Collection<T> previous, java.util.Collection<T> next)Gets the modified lists.
-
-
-
Method Detail
-
getModifiedLists
public ModifiedCollections<T> getModifiedLists(java.util.Collection<T> previous, java.util.Collection<T> next)
Gets the modified lists.- Parameters:
previous- the previousnext- the next- Returns:
- the modified lists
-
-