org.aksw.commons.collections.diff
Class TreeSetDiff<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.TreeSetDiff<T>
- All Implemented Interfaces:
- IDiff<Set<T>>
public class TreeSetDiff<T>
- extends CollectionDiff<T,Set<T>>
- Author:
- Claus Stadler
Date: 7/12/11
Time: 10:53 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeSetDiff
public TreeSetDiff()
TreeSetDiff
public TreeSetDiff(Comparator<T> comparator)
Copyright © 2011. All Rights Reserved.