Uses of Interface
org.omnaest.utils.structure.table.internal.TableInternal.StripeData

Packages that use TableInternal.StripeData
org.omnaest.utils.structure.table.concrete.internal   
org.omnaest.utils.structure.table.concrete.internal.helper   
org.omnaest.utils.structure.table.concrete.internal.selection   
org.omnaest.utils.structure.table.concrete.internal.selection.data   
org.omnaest.utils.structure.table.concrete.internal.selection.join   
org.omnaest.utils.structure.table.concrete.internal.selection.scannable   
org.omnaest.utils.structure.table.concrete.predicates.internal.joiner   
org.omnaest.utils.structure.table.internal   
 

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 TableInternal.StripeData
 TableInternal.StripeData<E> StripeDataListImpl.addNewStripeData()
          Adds a new created Table.Stripe instance to the StripeDataListImpl.
 TableInternal.StripeData<E> StripeDataListImpl.addNewStripeData(int indexPosition)
           
 TableInternal.StripeData<E> StripeImpl.getStripeData()
           
 TableInternal.StripeData<E> StripeDataListImpl.getStripeData(int index)
           
 TableInternal.StripeData<E> StripeDataListImpl.getStripeData(Object titleValue)
           
 TableInternal.StripeData<E> StripeDataListImpl.removeStripeData(int indexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveColumnStripeData(int columnIndexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveColumnStripeData(Object titleValue)
           
 TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveOrCreateColumnStripeData(int columnIndexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveOrCreateRowStripeData(int rowIndexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType, int indexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveOrCreateStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
           
 TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveRowStripeData(int rowIndexPosition)
           
 TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveRowStripeData(Object titleValue)
           
protected  TableInternal.StripeData<E> CellImpl.resolveStripeData(Table.Stripe.StripeType stripeType)
           
 TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveStripeData(Table.Stripe.StripeType stripeType, int indexPosition)
           
protected  TableInternal.StripeData<E> CellAndStripeResolverImpl.resolveStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
           
protected abstract  TableInternal.StripeData<E> CellAndStripeResolverAbstract.resolveStripeData(Table.Stripe.StripeType stripeType, Object titleValue)
          Resolves the TableInternal.StripeData instance for the given Table.Stripe.StripeType and the Table.Stripe.Title.getValue()
 

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()
           
 

Methods in org.omnaest.utils.structure.table.concrete.internal with parameters of type TableInternal.StripeData
 void StripeDataListImpl.addStripeData(TableInternal.StripeData<E> stripeData)
           
 boolean StripeDataListImpl.contains(TableInternal.StripeData<E> stripeData)
           
 int StripeDataListImpl.indexOf(TableInternal.StripeData<E> stripeData)
           
 TableInternal.StripeInternal<E> StripeFactory.newInstanceOfStripeInternal(TableInternal.StripeData<E> stripeData)
          Creates a new instance for the TableInternal instance of the StripeFactory for the given TableInternal.StripeData
 void StripeDataListImpl.registerStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection, TableInternal.StripeData<E> stripeData)
           
 void StripeDataListImpl.removeStripeData(TableInternal.StripeData<E> stripeData)
           
 void TableContentImpl.removeStripeDataAndItsCellDatasInOrthogonalStripeDatas(TableInternal.StripeData<E> stripeData)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, int indexPosition)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, Object titleValue)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, int indexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, Object titleValue)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverImpl.resolveOrCreateCell(TableInternal.StripeData<E> stripeData, TableInternal.StripeData<E> stripeDataOrthogonal)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData, int indexPosition)
           
 Table.Cell<E> CellAndStripeResolverAbstract.resolveOrCreateCellWithinNewTableArea(TableInternal.StripeData<E> stripeData, Object titleValue)
           
 void StripeDataListImpl.unregisterStripeDataForCellDatas(Collection<TableInternal.CellData<E>> cellDataCollection, TableInternal.StripeData<E> stripeData)
           
 

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 that return TableInternal.StripeData
static
<E> TableInternal.StripeData<E>
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
<E> TableInternal.StripeData<E>
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
static
<E> TableInternal.StripeData<E>
StripeDataHelper.extractStripeDataFromStripe(Table.Stripe<E> stripe)
          Extracts the underlying TableInternal.StripeData from a given Table.Stripe
 

Methods in org.omnaest.utils.structure.table.concrete.internal.helper with parameters of type TableInternal.StripeData
static
<E> boolean
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
<E> boolean
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
<E> TableInternal.StripeData<E>
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
<E> TableInternal.StripeData<E>
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
<E> TableInternal.StripeData<E>
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)
           
 



Copyright © 2011. All Rights Reserved.