Package org.omnaest.utils.structure.collection.set

Class Summary
IdentityArrayListBasedSet<E> Ordered Set implementation using the IdentityArrayList as backing structure.
ReducedSet<E> A ReducedSet acts like the underlying Set but with removed elements of a second Set.
SetAbstract<E> Abstract implementation of a Set.
SetComposite<E> Composite Set consisting of multiple given Set instances of the same type

The SetComposite.add(Object) method will add new elements to the Set with the smallest size.
SetDelta<E> A SetDelta calculates the changes between two given Sets
SetUtils Helper for Set types
 



Copyright © 2013. All Rights Reserved.