Interface IMatrixRow<E>

Type Parameters:
E - the type of the elements of the parent IMatrix of a IMatrixRow.
All Superinterfaces:
AggregationRequestable<E>, ArrayMappable<E>, CountRequestable<E>, EmptinessRequestable, ExtendedIterable<E>, Filterable<E>, FilteringContainerViewProvider<E>, Groupable<E>, IndexRequestable<E>, IntervallContainerViewProvider<E>, Iterable<E>, IterableWithCopyableIterator<E>, Mappable<E>, MappingContainerViewProvider<E>, MaterializationRequestable, SingleSearchable<E>, StoringRequestable<E>, StringMappable
All Known Implementing Classes:
MatrixRow

public interface IMatrixRow<E> extends ExtendedIterable<E>
Author:
Silvan Wyss
  • Method Details

    • getOneBasedRowIndex

      int getOneBasedRowIndex()
      Returns:
      the one-based row index of the current IMatrixRow.