T - the generic type of the collectionspublic class ModifiedCollections<T>
extends java.lang.Object
| Constructor and Description |
|---|
ModifiedCollections() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
getAddedElements() |
ModifiedCollections<T> |
getModifiedLists(java.util.Collection<T> previous,
java.util.Collection<T> next)
Gets the modified lists.
|
java.util.Collection<T> |
getRemovedElements() |
public java.util.Collection<T> getAddedElements()
public ModifiedCollections<T> getModifiedLists(java.util.Collection<T> previous, java.util.Collection<T> next)
previous - the previousnext - the nextpublic java.util.Collection<T> getRemovedElements()