org.aksw.commons.collections.diff
Class TreeSetDiff<T>

java.lang.Object
  extended by org.aksw.commons.collections.diff.Diff<C>
      extended by org.aksw.commons.collections.diff.CollectionDiff<T,Set<T>>
          extended by 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


Constructor Summary
TreeSetDiff()
           
TreeSetDiff(Comparator<T> comparator)
           
 
Method Summary
 
Methods inherited from class org.aksw.commons.collections.diff.CollectionDiff
add, clear, remove, size
 
Methods inherited from class org.aksw.commons.collections.diff.Diff
getAdded, getRemoved, getRetained
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeSetDiff

public TreeSetDiff()

TreeSetDiff

public TreeSetDiff(Comparator<T> comparator)


Copyright © 2012. All Rights Reserved.