Uses of Class
org.omnaest.utils.structure.collection.CollectionAbstract

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

Uses of CollectionAbstract in org.omnaest.utils.structure.collection.list
 

Subclasses of CollectionAbstract in org.omnaest.utils.structure.collection.list
 class IdentityArrayList<E>
          Uses the "object == element" comparison instead of the equals comparison for methods navigating to the elements from the List by given element instances.
 class ListAbstract<E>
          This abstract list implementation offers the basic methods like addAll, removeAll, retainAll, etc. which rely only on other list methods and not on any underlying structure.
 class ListToSetAdapter<E>
          Defines a Set operating on a given List.
 

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

Subclasses of CollectionAbstract in org.omnaest.utils.structure.collection.set
 class IdentityArrayListBasedSet<E>
          Ordered Set implementation using the IdentityArrayList as backing structure.
 class SetAbstract<E>
          Abstract implementation of a Set.
 

Uses of CollectionAbstract in org.omnaest.utils.structure.table.adapter
 

Subclasses of CollectionAbstract in org.omnaest.utils.structure.table.adapter
 class TableToTypeListAdapter<B>
          
A TableToTypeListAdapter treats the horizontal Table.Rows of the Table as Java Beans.
 



Copyright © 2011. All Rights Reserved.