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

Packages that use SetAbstract
org.omnaest.utils.structure.collection.list.adapter   
org.omnaest.utils.structure.collection.set   
org.omnaest.utils.structure.collection.set.adapter   
 

Uses of SetAbstract in org.omnaest.utils.structure.collection.list.adapter
 

Subclasses of SetAbstract in org.omnaest.utils.structure.collection.list.adapter
 class ListToSetAdapter<E>
          Defines a Set operating on a given List.
 

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

Subclasses of SetAbstract in org.omnaest.utils.structure.collection.set
 class IdentityArrayListBasedSet<E>
          Ordered Set implementation using the IdentityArrayList as backing structure.
 class 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.
 

Uses of SetAbstract in org.omnaest.utils.structure.collection.set.adapter
 

Subclasses of SetAbstract in org.omnaest.utils.structure.collection.set.adapter
 class MapBasedSet<E>
          A Set based on a given Map implementation
 



Copyright © 2013. All Rights Reserved.