org.aksw.commons.collections.diff
Class HashSetDiff<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.HashSetDiff<T>
All Implemented Interfaces:
IDiff<Set<T>>

public class HashSetDiff<T>
extends CollectionDiff<T,Set<T>>

Author:
Claus Stadler Date: 7/12/11 Time: 10:52 PM

Constructor Summary
HashSetDiff()
           
 
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

HashSetDiff

public HashSetDiff()


Copyright © 2012. All Rights Reserved.