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

java.lang.Object
  extended by org.aksw.commons.collections.diff.Diff<C>
      extended by org.aksw.commons.collections.diff.CollectionDiff<T,List<T>>
          extended by org.aksw.commons.collections.diff.ListDiff<T>
All Implemented Interfaces:
IDiff<List<T>>

public class ListDiff<T>
extends CollectionDiff<T,List<T>>

Author:
Claus Stadler

Date: 1/5/12 Time: 12:44 AM


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

ListDiff

public ListDiff()


Copyright © 2012. All Rights Reserved.