Klasse GapMatrix<E>
java.lang.Object
ch.nolix.core.container.base.Container<E>
ch.nolix.core.container.gapmatrix.GapMatrix<E>
- Alle implementierten Schnittstellen:
IContainer<E>,IMappableContainer<E>,ISearchableContainer<E>,IStatisticalConainer<E>,IterableWithCopyableIterator<E>,IViewProviderContainer<E>,StoringRequestable<E>,Clearable,EmptinessRequestable,MaterializationRequestable,Iterable<E>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidvoidaddRow()voidclear()Removes the elements of the currentClearable.booleancontainsAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex) booleancontainsCellAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex) protected <E2> ILinkedList<E2> createEmptyMutableList(Marker<E2> marker) intintgetColumnIndexOf(int index) intgetCount()intintgetRowIndexOf(int index) intgetSize()getStoredAt1BasedIndex(int p1BasedIndex) getStoredAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex) booleaniterator()voidsetAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex, E element) <C extends Comparable<C>>
IContainer<E> toOrderedList(Function<E, C> norm) toString()Von Klasse geerbte Methoden ch.nolix.core.container.base.Container
contains, containsAll, containsAll, containsAll, containsAny, containsAny, containsAny, containsAnyOf, containsAnyOf, containsAsManyAs, containsEqualing, containsExactlyEqualingInSameOrder, containsExactlyInSameOrder, containsLessThan, containsMoreThan, containsNone, containsNone, containsNoneOf, containsOnce, containsOne, containsOne, containsOneEqualing, containsOnly, get1BasedIndexOfFirst, get1BasedIndexOfFirstEqualElement, get1BasedIndexOfFirstOccuranceOf, getAverage, getAverageOrZero, getCount, getCount, getMax, getMaxOrZero, getMedian, getMedianOrZero, getMin, getMinOrZero, getOptionalStoredFirst, getOptionalStoredFirst, getStandardDeviation, getStoredAny, getStoredByMax, getStoredByMin, getStoredFirst, getStoredFirst, getStoredGroups, getStoredOfType, getStoredOne, getStoredOne, getStoredOther, getStoredSelected, getSum, getSumOfIntegers, getVariance, getViewFrom1BasedStartIndex, getViewFrom1BasedStartIndexTo1BasedEndIndex, getViewTo1BasedEndIndex, getViewWithoutFirst, getViewWithoutFirst, getViewWithoutLast, getViewWithoutLast, isEmpty, to, toArray, toByteArray, toCharArray, toConcatenatedString, toDoubleArray, toFromGroups, toIntArray, toLongArray, toReversedList, toStringArray, toStrings, toStringWithSeparator, toStringWithSeparatorVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny, isEmptyVon Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliteratorVon Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.MaterializationRequestable
isView
-
Konstruktordetails
-
GapMatrix
public GapMatrix() -
GapMatrix
public GapMatrix(int rowCount, int columnCount)
-
-
Methodendetails
-
addColumn
public void addColumn() -
addRow
public void addRow() -
clear
public void clear()Beschreibung aus Schnittstelle kopiert:ClearableRemoves the elements of the currentClearable. -
containsAt1BasedRowIndexAndColumnIndex
public boolean containsAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex) -
containsCellAt1BasedRowIndexAndColumnIndex
public boolean containsCellAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex) -
getColumnCount
public int getColumnCount() -
getColumnIndexOf
public int getColumnIndexOf(int index) -
getCount
public int getCount()- Angegeben von:
getCountin SchnittstelleIStatisticalConainer<E>- Gibt zurück:
- the number of elements of the current
IStatisticalConainer.
-
getStoredAt1BasedIndex
- Angegeben von:
getStoredAt1BasedIndexin SchnittstelleISearchableContainer<E>- Parameter:
p1BasedIndex-- Gibt zurück:
- the element at the given p1BasedIndex.
-
getStoredAt1BasedRowIndexAndColumnIndex
-
getStoredLast
- Angegeben von:
getStoredLastin SchnittstelleISearchableContainer<E>- Gibt zurück:
- the last element of the current
ISearchableContainer.
-
getRowCount
public int getRowCount() -
getRowIndexOf
public int getRowIndexOf(int index) -
getSize
public int getSize() -
setAt1BasedRowIndexAndColumnIndex
public void setAt1BasedRowIndexAndColumnIndex(int p1BasedRowIndex, int p1BasedColumnIndex, E element) -
isMaterialized
public boolean isMaterialized()- Angegeben von:
isMaterializedin SchnittstelleMaterializationRequestable- Gibt zurück:
- true if the current
MaterializationRequestableis materialized, false otherwise.
-
iterator
Beschreibung aus Schnittstelle kopiert:IterableWithCopyableIterator -
toOrderedList
- Angegeben von:
toOrderedListin SchnittstelleIContainer<E>- Typparameter:
C- is the type of theComparables the given norm returns.- Parameter:
norm-- Gibt zurück:
- a new
IContainerwith the elements of the currentIContainerordered from the smallest to the biggest element according to the given norm.
-
toString
-
createEmptyMutableList
- Angegeben von:
createEmptyMutableListin KlasseContainer<E>- Typparameter:
E2- is the type of the elements the createdILinkedListcan contain.- Parameter:
marker-- Gibt zurück:
- a new empty
ILinkedList.
-