Uses of Class
org.omnaest.utils.structure.collection.list.ListAbstract

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

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

Subclasses of ListAbstract 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.
 

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

Subclasses of ListAbstract 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.