Uses of Interface
org.omnaest.utils.structure.table.Table.CellImmutable

Packages that use Table.CellImmutable
org.omnaest.utils.structure.table   
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.datasource   
org.omnaest.utils.structure.table.internal   
org.omnaest.utils.structure.table.subspecification   
 

Uses of Table.CellImmutable in org.omnaest.utils.structure.table
 

Subinterfaces of Table.CellImmutable in org.omnaest.utils.structure.table
static interface Table.Cell<E>
          A Table.Cell is the atomic part of a Table.
 

Uses of Table.CellImmutable in org.omnaest.utils.structure.table.concrete.internal
 

Classes in org.omnaest.utils.structure.table.concrete.internal that implement Table.CellImmutable
 class CellImpl<E>
          Wrapper for a CellDataImpl instance which additionally holds references to the TableInternal.StripeData instances which led to the underlying CellDataImpl
 

Uses of Table.CellImmutable in org.omnaest.utils.structure.table.datasource
 

Methods in org.omnaest.utils.structure.table.datasource that return types with arguments of type Table.CellImmutable
 Iterable<? extends Iterable<? extends Table.CellImmutable<E>>> TableDataSourceResultSet.rows()
           
 

Uses of Table.CellImmutable in org.omnaest.utils.structure.table.internal
 

Subinterfaces of Table.CellImmutable in org.omnaest.utils.structure.table.internal
static interface TableInternal.CellInternal<E>
          Internal Table.Cell representation which wraps a TableInternal.CellData instance
 

Uses of Table.CellImmutable in org.omnaest.utils.structure.table.subspecification
 

Methods in org.omnaest.utils.structure.table.subspecification that return types with arguments of type Table.CellImmutable
 Iterable<? extends Iterable<? extends Table.CellImmutable<E>>> TableDataSource.rows()
          Iterable of an Iterable for the Tables Table.Rows and the Table.Rows Table.CellImmutables.
 



Copyright © 2011. All Rights Reserved.