|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.internal |
|---|
| Classes in org.omnaest.utils.structure.table.concrete.internal that implement TableInternal.StripeData | |
|---|---|
class |
StripeDataAggregate<E>
Aggregates multiple TableInternal.StripeData instances into one single StripeDataAggregate which acts as one single
TableInternal.StripeData instance. |
class |
StripeDataImpl<E>
|
| Fields in org.omnaest.utils.structure.table.concrete.internal declared as TableInternal.StripeData | |
|---|---|
protected TableInternal.StripeData<E> |
StripeAbstract.stripeData
|
protected TableInternal.StripeData<E> |
StripeDataAggregate.stripeDataModification
|
| Fields in org.omnaest.utils.structure.table.concrete.internal with type parameters of type TableInternal.StripeData | |
|---|---|
protected Map<TableInternal.CellData<E>,Set<TableInternal.StripeData<E>>> |
StripeDataListImpl.cellDataToStripeDataSetMap
|
protected List<TableInternal.StripeData<E>> |
StripeDataAggregate.stripeDataAggregateList
|
protected List<TableInternal.StripeData<E>> |
StripeDataListImpl.stripeDataList
|
protected List<TableInternal.StripeData<E>> |
CellImpl.stripeDataList
|
| Methods in org.omnaest.utils.structure.table.concrete.internal that return types with arguments of type TableInternal.StripeData | |
|---|---|
List<TableInternal.StripeData<E>> |
StripeDataListImpl.findStripeDataListContaining(TableInternal.CellData<E> cellData)
|
Set<TableInternal.StripeData<E>> |
StripeDataListImpl.getStripeDataSet(TableInternal.CellData<E> cellData)
Returns the Set of TableInternal.StripeData instances which all hold a reference to the given TableInternal.CellData |
Iterator<TableInternal.StripeData<E>> |
StripeDataListImpl.iterator()
|
| Method parameters in org.omnaest.utils.structure.table.concrete.internal with type arguments of type TableInternal.StripeData | |
|---|---|
void |
StripeDataListImpl.addAllStripeData(Iterable<TableInternal.StripeData<E>> stripeDataIterable)
|
| Constructors in org.omnaest.utils.structure.table.concrete.internal with parameters of type TableInternal.StripeData | |
|---|---|
StripeAbstract(TableInternal<E> tableInternal,
TableInternal.StripeData<E> stripeData)
|
|
StripeImpl(TableInternal<E> tableInternal,
TableInternal.StripeData<E> stripeData)
|
|
| Constructor parameters in org.omnaest.utils.structure.table.concrete.internal with type arguments of type TableInternal.StripeData | |
|---|---|
CellImpl(Collection<TableInternal.StripeData<E>> stripeDataCollection,
TableInternal.CellData<E> cellData)
|
|
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.internal.helper |
|---|
| Methods in org.omnaest.utils.structure.table.concrete.internal.helper with parameters of type TableInternal.StripeData | ||
|---|---|---|
static
|
StripeDataHelper.areStripeDataEqualByCellElements(TableInternal.StripeData<E> stripeData1,
TableInternal.StripeData<E> stripeData2)
Returns true, if two TableInternal.StripeData instances have the same Table.CellImmutable.getElement()s in the same order. |
|
static
|
StripeDataHelper.areStripeDataEqualByCellElements(TableInternal.StripeData<E> stripeData1,
TableInternal.StripeData<E> stripeData2)
Returns true, if two TableInternal.StripeData instances have the same Table.CellImmutable.getElement()s in the same order. |
|
static
|
StripeDataHelper.createNewStripeDataFromExisting(TableInternal.StripeDataList<E> stripeDataList,
Set<TableInternal.CellData<E>> cellDataSetFilter,
TableInternal.StripeData<E>... stripeDatasOld)
Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the
TableInternal.CellData elements from the given old TableInternal.StripeDatas. |
|
static
|
StripeDataHelper.createNewStripeDataFromExisting(TableInternal.StripeDataList<E> stripeDataList,
TableInternal.StripeData<E>... stripeDatasOld)
Creates a new TableInternal.StripeData instance which belongs to the given TableInternal.StripeDataList instance and contains the
TableInternal.CellData elements from the given old TableInternal.StripeDatas |
|
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.internal.selection |
|---|
| Fields in org.omnaest.utils.structure.table.concrete.internal.selection declared as TableInternal.StripeData | |
|---|---|
protected TableInternal.StripeData<E> |
SelectionExecutor.StripeInternalData.stripeData
|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection that return TableInternal.StripeData | |
|---|---|
TableInternal.StripeData<E> |
SelectionExecutor.StripeInternalData.getStripeData()
|
| Constructors in org.omnaest.utils.structure.table.concrete.internal.selection with parameters of type TableInternal.StripeData | |
|---|---|
SelectionExecutor.StripeInternalData(TableInternal.StripeData<E> stripeData,
TableInternal<E> tableInternal)
|
|
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.internal.selection.data |
|---|
| Fields in org.omnaest.utils.structure.table.concrete.internal.selection.data with type parameters of type TableInternal.StripeData | |
|---|---|
protected Set<TableInternal.StripeData<E>> |
TableBlock.rowStripeDataSet
|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection.data that return types with arguments of type TableInternal.StripeData | |
|---|---|
Set<TableInternal.StripeData<E>> |
TableBlock.getRowStripeDataSet()
|
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.internal.selection.join |
|---|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection.join that return TableInternal.StripeData | ||
|---|---|---|
protected static
|
JoinInner.determineStripeDataFromStripe(Table.Stripe<E> stripe)
|
|
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.internal.selection.scannable |
|---|
| Fields in org.omnaest.utils.structure.table.concrete.internal.selection.scannable with type parameters of type TableInternal.StripeData | |
|---|---|
protected NavigableMap<E,List<TableInternal.StripeData<E>>> |
ScannableStripeDataContainerIndex.elementToStripeDataListMap
|
protected Map<E,List<TableInternal.StripeData<E>>> |
ScannableStripeDataContainerFullScan.elementToStripeDataListMap
|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection.scannable that return types with arguments of type TableInternal.StripeData | |
|---|---|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainerIndex.determineStripeDataListContainingElement(E key)
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainerFullScan.determineStripeDataListContainingElement(E key)
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainer.determineStripeDataListContainingElement(E key)
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainerIndex.determineStripeDataListForRange(E fromKey,
E toKey)
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainerFullScan.determineStripeDataListForRange(E fromKey,
E toKey)
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainer.determineStripeDataListForRange(E fromKey,
E toKey)
Returns a new List containing all TableInternal.StripeData instances containing elements which are between the fromKey and
the toKey. |
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainerIndex.values()
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainerFullScan.values()
|
List<TableInternal.StripeData<E>> |
ScannableStripeDataContainer.values()
Returns a new List containg all TableInternal.StripeData instances within the ScannableStripeDataContainerIndex |
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner |
|---|
| Methods in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner that return types with arguments of type TableInternal.StripeData | |
|---|---|
Set<TableInternal.StripeData<E>> |
PredicateJoinerCollector.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData,
TableBlock<E> tableBlockLeft,
TableBlock<E> tableBlockRight)
|
Set<TableInternal.StripeData<E>> |
PredicateJoiner.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData,
TableBlock<E> tableBlockLeft,
TableBlock<E> tableBlockRight)
Provides the TableInternal.StripeData instances from the right TableBlock which should be joined with the given
TableInternal.StripeData of the left TableBlock. |
Set<TableInternal.StripeData<E>> |
EqualColumns.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData,
TableBlock<E> tableBlockLeft,
TableBlock<E> tableBlockRight)
|
| Methods in org.omnaest.utils.structure.table.concrete.predicates.internal.joiner with parameters of type TableInternal.StripeData | |
|---|---|
Set<TableInternal.StripeData<E>> |
PredicateJoinerCollector.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData,
TableBlock<E> tableBlockLeft,
TableBlock<E> tableBlockRight)
|
Set<TableInternal.StripeData<E>> |
PredicateJoiner.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData,
TableBlock<E> tableBlockLeft,
TableBlock<E> tableBlockRight)
Provides the TableInternal.StripeData instances from the right TableBlock which should be joined with the given
TableInternal.StripeData of the left TableBlock. |
Set<TableInternal.StripeData<E>> |
EqualColumns.determineJoinableStripeDataSet(TableInternal.StripeData<E> stripeData,
TableBlock<E> tableBlockLeft,
TableBlock<E> tableBlockRight)
|
| Uses of TableInternal.StripeData in org.omnaest.utils.structure.table.internal |
|---|
| Methods in org.omnaest.utils.structure.table.internal that return TableInternal.StripeData | |
|---|---|
TableInternal.StripeData<E> |
TableInternal.StripeDataList.addNewStripeData()
Adds a new created TableInternal.StripeData instance to the end of the TableInternal.StripeDataList |
TableInternal.StripeData<E> |
TableInternal.StripeDataList.addNewStripeData(int indexPosition)
Adds a new created TableInternal.StripeData instance into the given index position of the TableInternal.StripeDataList. |
TableInternal.StripeData<E> |
TableInternal.StripeInternal.getStripeData()
Returns the underlying TableInternal.StripeData |
TableInternal.StripeData<E> |
TableInternal.StripeDataList.getStripeData(int indexPosition)
Returns the stripe at the given index position. |
TableInternal.StripeData<E> |
TableInternal.StripeDataList.getStripeData(Object titleValue)
Returns the TableInternal.StripeData with the given Table.Stripe.Title.getValue(). |
TableInternal.StripeData<E> |
TableInternal.StripeDataList.removeStripeData(int indexPosition)
Removes a TableInternal.StripeData from the TableInternal.StripeDataList without detaching its TableInternal.CellData from the orthogonal
TableInternal.StripeData instances. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveColumnStripeData(int columnIndexPosition)
Resolves a ColumnInternal for the given Table.Column index position. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveColumnStripeData(Object titleValue)
Resolves the Table.Column by the given Table.Stripe.Title.getValue() |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateColumnStripeData(int columnIndexPosition)
Tries to resolve the Table.Column for the given Table.Column index position. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateRowStripeData(int rowIndexPosition)
Tries to resolve the Table.Row for the given Table.Row index position. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType,
int indexPosition)
Tries to resolve a TableInternal.StripeData instance for the given index position and Table.Stripe.StripeType. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType,
Object titleValue)
Tries to resolve a TableInternal.StripeData instance for the given index position and Table.Stripe.StripeType. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveRowStripeData(int rowIndexPosition)
Resolves a RowInternal for the given Table.Row index position. |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveRowStripeData(Object titleValue)
Resolves the Table.Row by the given Table.Stripe.Title.getValue() |
TableInternal.StripeData<E> |
TableInternal.CellAndStripeResolver.resolveStripeData(Table.Stripe.StripeType stripeType,
int indexPosition)
Resolves the Table.Stripe for the given Table.Stripe.StripeType and index position from the internal Table reference. |
| Methods in org.omnaest.utils.structure.table.internal that return types with arguments of type TableInternal.StripeData | |
|---|---|
List<TableInternal.StripeData<E>> |
TableInternal.StripeDataList.findStripeDataListContaining(TableInternal.CellData<E> cellData)
Returns the List of TableInternal.StripeData which contains the given Table.Cell |
| Methods in org.omnaest.utils.structure.table.internal with parameters of type TableInternal.StripeData | |
|---|---|
void |
TableInternal.StripeDataList.addStripeData(TableInternal.StripeData<E> stripeData)
Adds a TableInternal.StripeData instance to the current TableInternal.StripeDataList |
boolean |
TableInternal.StripeDataList.contains(TableInternal.StripeData<E> stripeData)
Returns true if the TableInternal.StripeDataList contains the given TableInternal.StripeData |
int |
TableInternal.StripeDataList.indexOf(TableInternal.StripeData<E> stripeData)
Returns the index of a given Table.Stripe |
void |
TableInternal.StripeDataList.registerStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection,
TableInternal.StripeData<E> stripeData)
Registers a TableInternal.StripeData instance for the given TableInternal.CellData instances |
void |
TableInternal.StripeDataList.removeStripeData(TableInternal.StripeData<E> stripeData)
Removes a TableInternal.StripeData from the TableInternal.StripeDataList without detaching its TableInternal.CellData instances from the
orthogonal TableInternal.StripeData instances |
void |
TableInternal.TableContent.removeStripeDataAndItsCellDatasInOrthogonalStripeDatas(TableInternal.StripeData<E> stripeData)
Removes the given TableInternal.StripeData from the TableInternal.TableContent including the TableInternal.CellData contained in the
orthogonal TableInternal.StripeData instances. |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripe,
int indexPosition)
Resolves a Table.Cell by a given Table.Stripe and the complementary index position |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripe,
Object titleValue)
Resolves a Table.Cell by a given Table.Stripe and the title value of the orthogonal stripe |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripeData,
TableInternal.StripeData<E> stripeDataOrthogonal)
Resolves a Table.Cell by two orthogonal TableInternal.StripeData instances |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveCell(TableInternal.StripeData<E> stripeData,
TableInternal.StripeData<E> stripeDataOrthogonal)
Resolves a Table.Cell by two orthogonal TableInternal.StripeData instances |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeInternal,
int indexPosition)
Tries to resolve or create a Table.Cell for the given Table.Stripe instance and its orthogonal Table.Stripe and index
position relation |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeInternal,
Object titleValue)
Tries to resolve or create a Table.Cell for the given Table.Stripe instance and its orthogonal Table.Stripe with the
given Table.Stripe.Title.getValue() |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeData,
TableInternal.StripeData<E> stripeDataOrthogonal)
Tries to resolve or creates a Table.Cell by two orthogonal TableInternal.StripeData instances |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateCell(TableInternal.StripeData<E> stripeData,
TableInternal.StripeData<E> stripeDataOrthogonal)
Tries to resolve or creates a Table.Cell by two orthogonal TableInternal.StripeData instances |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData,
int indexPosition)
Resolves or creates a Table.Cell even if it is out of the current Table area |
Table.Cell<E> |
TableInternal.CellAndStripeResolver.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData,
Object titleValue)
Resolves or creates a Table.Cell even if it is out of the current Table area |
void |
TableInternal.StripeDataList.unregisterStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection,
TableInternal.StripeData<E> stripeData)
Unregisters the given Collection of TableInternal.CellData instances for the TableInternal.StripeData |
| Method parameters in org.omnaest.utils.structure.table.internal with type arguments of type TableInternal.StripeData | |
|---|---|
void |
TableInternal.StripeDataList.addAllStripeData(Iterable<TableInternal.StripeData<E>> stripeDataIterable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||