org.aksw.commons.collections.diff
Class SetDiff<T>
java.lang.Object
org.aksw.commons.collections.diff.Diff<C>
org.aksw.commons.collections.diff.CollectionDiff<T,Set<T>>
org.aksw.commons.collections.diff.SetDiff<T>
- All Implemented Interfaces:
- IDiff<Set<T>>
public class SetDiff<T>
- extends CollectionDiff<T,Set<T>>
- Author:
- Claus Stadler
Date: 7/12/11
Time: 10:52 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetDiff
public SetDiff(Set<T> newItems,
Set<T> oldItems)
SetDiff
public SetDiff(Set<T> added,
Set<T> removed,
Set<T> retained)
Copyright © 2012. All Rights Reserved.