Uses of Class
org.omnaest.utils.structure.collection.set.SetDelta

Packages that use SetDelta
org.omnaest.utils.structure.collection.set   
org.omnaest.utils.structure.map   
 

Uses of SetDelta in org.omnaest.utils.structure.collection.set
 

Methods in org.omnaest.utils.structure.collection.set that return SetDelta
static
<E> SetDelta<E>
SetUtils.delta(Set<E> firstSet, Set<E> secondSet)
          Returns a new SetDelta instance for the given Sets
 

Uses of SetDelta in org.omnaest.utils.structure.map
 

Methods in org.omnaest.utils.structure.map that return SetDelta
 SetDelta<K> MapDelta.getKeySetDelta()
          Returns the SetDelta of the Map.keySet()
 



Copyright © 2013. All Rights Reserved.