Uses of Interface
org.omnaest.utils.structure.table.subspecification.TableCoreImmutable

Packages that use TableCoreImmutable
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete   
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.subspecification   
org.omnaest.utils.structure.table.view   
org.omnaest.utils.structure.table.view.concrete   
 

Uses of TableCoreImmutable in org.omnaest.utils.structure.table
 

Subinterfaces of TableCoreImmutable in org.omnaest.utils.structure.table
 interface Table<E>
          This is a structure representing a fully qualified Table.
 

Uses of TableCoreImmutable in org.omnaest.utils.structure.table.concrete
 

Classes in org.omnaest.utils.structure.table.concrete that implement TableCoreImmutable
 class ArrayTable<E>
          Implementation of Table which has a rich underlying structure based on ArrayLists, HashSet and HashMap.
 class TableAbstract<E>
          Implements all facade methods which are only operating on the facade itself
 class TableBasic<E>
          Declares the methods of basic subspecifications like TableSerializer, TableAdaptable
 

Methods in org.omnaest.utils.structure.table.concrete with parameters of type TableCoreImmutable
 boolean TableBasic.equals(TableCoreImmutable<E> table)
           
 

Uses of TableCoreImmutable in org.omnaest.utils.structure.table.concrete.internal.selection
 

Classes in org.omnaest.utils.structure.table.concrete.internal.selection that implement TableCoreImmutable
protected static class SelectionExecutor.ArrayTableWithAccessibleTableInternal<E>
          Makes the ArrayTable.ArrayTableInternal accessible for the SelectionExecutor
 

Uses of TableCoreImmutable in org.omnaest.utils.structure.table.subspecification
 

Subinterfaces of TableCoreImmutable in org.omnaest.utils.structure.table.subspecification
 interface TableCore<E>
          TableCore representation.
 

Methods in org.omnaest.utils.structure.table.subspecification with parameters of type TableCoreImmutable
 boolean TableCoreImmutable.equals(TableCoreImmutable<E> table)
          Compares the data of two Table instances, if they are the same true is returned.
 

Uses of TableCoreImmutable in org.omnaest.utils.structure.table.view
 

Subinterfaces of TableCoreImmutable in org.omnaest.utils.structure.table.view
 interface TableView<E>
          View of an underlying Table.
 

Uses of TableCoreImmutable in org.omnaest.utils.structure.table.view.concrete
 

Classes in org.omnaest.utils.structure.table.view.concrete that implement TableCoreImmutable
 class TableViewImpl<E>
           
 

Methods in org.omnaest.utils.structure.table.view.concrete with parameters of type TableCoreImmutable
 boolean TableViewImpl.equals(TableCoreImmutable<E> table)
           
 



Copyright © 2011. All Rights Reserved.