T - the generic typepublic class ModifiedCollections<T> extends Object
| Constructor and Description |
|---|
ModifiedCollections()
Instantiates a new modified lists.
|
ModifiedCollections(Collection<T> addedElements,
Collection<T> removedElements)
Instantiates a new modified lists.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getAddedElements()
Gets the added elements.
|
ModifiedCollections<T> |
getModifiedLists(Collection<T> previous,
Collection<T> next)
Gets the modified lists.
|
Collection<T> |
getRemovedElements()
Gets the removed elements.
|
public ModifiedCollections()
public ModifiedCollections(Collection<T> addedElements, Collection<T> removedElements)
addedElements - the added elementsremovedElements - the removed elementspublic Collection<T> getAddedElements()
public ModifiedCollections<T> getModifiedLists(Collection<T> previous, Collection<T> next)
previous - the previousnext - the nextpublic Collection<T> getRemovedElements()
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.