public abstract class CollectionDiff<T,C extends Collection<T>> extends Diff<C>
CollectionDiff(C added, C removed, C retained)
void
add(T item)
clear()
remove(T item)
int
size()
create, equals, getAdded, getRemoved, getRetained, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CollectionDiff(C added, C removed, C retained)
public void add(T item)
public void remove(T item)
public void clear()
public int size()
Copyright © 2015. All rights reserved.