|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||