Class CollectionDiff<T, C extends Collection<T>>
java.lang.Object
org.aksw.commons.collections.diff.Diff<C>
org.aksw.commons.collections.diff.CollectionDiff<T,C>
- All Implemented Interfaces:
IDiff<C>
- Direct Known Subclasses:
HashSetDiff, ListDiff, SetDiff, TreeSetDiff
- Author:
- Claus Stadler Date: 7/12/11 Time: 10:51 PM
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Diff
create, equals, getAdded, getRemoved, getRetained, hashCode, toString
-
Constructor Details
-
CollectionDiff
-
-
Method Details
-
add
-
remove
-
clear
public void clear() -
size
public int size()
-