public abstract class CollectionDiff<T,C extends Collection<T>> extends Diff<C>
| Constructor and Description |
|---|
CollectionDiff(C added,
C removed,
C retained) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T item) |
void |
clear() |
void |
remove(T item) |
int |
size() |
getAdded, getRemoved, getRetainedCopyright © 2015. All rights reserved.