Klasse MatrixRow<E>

Alle implementierten Schnittstellen:
Filterable<E>, Groupable<E>, IContainer<E>, IFilteringContainerViewProvider<E>, IIntervallContainerViewProvider<E>, IMappingContainerViewProvider<E>, Mappable<E>, AggregationRequestable<E>, ArrayMappable<E>, CountRequestable<E>, IndexRequestable<E>, IterableWithCopyableIterator<E>, SingleSearchable<E>, StoringRequestable<E>, StringMappable, EmptinessRequestable, MaterializationRequestable, Iterable<E>

public final class MatrixRow<E> extends AbstractExtendedContainer<E>
  • Methodendetails

    • getCount

      public int getCount()
      Gibt zurück:
      the number of elements of the current CountRequestable.
    • getRowIndex

      public int getRowIndex()
    • getStoredAtOneBasedIndex

      public E getStoredAtOneBasedIndex(int columnIndex)
      Parameter:
      columnIndex -
      Gibt zurück:
      the element at the given oneBasedIndex. The element can be null.
    • isMaterialized

      public boolean isMaterialized()
      Gibt zurück:
      true if the current MaterializationRequestable is materialized, false otherwise.
    • iterator

      public CopyableIterator<E> iterator()
      Beschreibung aus Schnittstelle kopiert: IterableWithCopyableIterator
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object