Package ch.nolix.coreapi.container.list
Schnittstelle IArrayList<E>
- Typparameter:
E- is the type of the elements of aIArrayList.
- Alle Superschnittstellen:
AggregationRequestable<E>,ArrayMappable<E>,Clearable,Copyable<IArrayList<E>>,CountRequestable<E>,EmptinessRequestable,Filterable<E>,Groupable<E>,IContainer<E>,IFilteringContainerViewProvider<E>,IIntervallContainerViewProvider<E>,IMappingContainerViewProvider<E>,IndexRequestable<E>,Iterable<E>,IterableWithCopyableIterator<E>,Mappable<E>,MaterializationRequestable,SingleSearchable<E>,StoringRequestable<E>,StringMappable
- Alle bekannten Implementierungsklassen:
ArrayList
A
IArrayList is a IContainer that can add and remove
elements.- Version:
- 2024-01-30
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidAdds the given element at the end of the currentIArrayList.voidAdds the given elements at the end of the currentIArrayList.voidAdds the given given elements at the end of the currentIArrayList.voidAdds the given elements at the end of the currentIArrayList.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.AggregationRequestable
getAverage, getAverageOrZero, getMax, getMaxOrZero, getMedian, getMedianOrZero, getMin, getMinOrZero, getStandardDeviation, getSum, getSumOfInts, getVarianceVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.ArrayMappable
toArray, toByteArray, toCharArray, toDoubleArray, toIntArray, toLongArray, toStringArrayVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.CountRequestable
getCount, getCount, getCountOfVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAny, isEmptyVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.Filterable
getStoredOfType, getStoredOthers, getStoredSelectedVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.Groupable
getStoredInGroupsVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.IContainer
toOrderedList, toReversedListVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.IFilteringContainerViewProvider
getViewOfStoredSelectedVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.IIntervallContainerViewProvider
getViewFromOneBasedStartIndex, getViewFromOneBasedStartIndexToOneBasedEndIndex, getViewToOneBasedEndIndex, getViewWithoutFirst, getViewWithoutFirst, getViewWithoutLast, getViewWithoutLastVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.IMappingContainerViewProvider
getViewOfVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.IndexRequestable
getOneBasedIndexOfFirst, getOneBasedIndexOfFirstEqualElement, getOneBasedIndexOfFirstOccurrenceOfVon Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliteratorVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.IterableWithCopyableIterator
iteratorVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.base.Mappable
to, toMultiples, toNumbers, toStrings, toWithOneBasedIndexVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.MaterializationRequestable
isMaterialized, isViewVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.SingleSearchable
getOptionalStoredFirst, getOptionalStoredFirst, getStoredAtOneBasedIndex, getStoredByMax, getStoredByMin, getStoredFirst, getStoredFirst, getStoredFirstOfType, getStoredLast, getStoredOne, getStoredOneVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.StoringRequestable
contains, containsAll, containsAll, containsAll, containsAny, containsAny, containsAnyOf, containsAnyOf, containsAsManyAs, containsEqualing, containsExactlyEqualingInSameOrder, containsExactlyInSameOrder, containsLessThan, containsMoreThan, containsNone, containsNone, containsNoneOf, containsOnce, containsOne, containsOne, containsOneEqualing, containsOnlyVon Schnittstelle geerbte Methoden ch.nolix.coreapi.container.commoncontainer.StringMappable
toConcatenatedString, toStringWithSeparator, toStringWithSeparator
-
Methodendetails
-
addAtEnd
Adds the given element at the end of the currentIArrayList.- Parameter:
element-- Löst aus:
RuntimeException- if the given elements is null.
-
addAtEnd
Adds the given given elements at the end of the currentIArrayList. The elements will be added in the given order.- Parameter:
element-elements-- Löst aus:
RuntimeException- if the given element is null.RuntimeException- if the given elements is null.RuntimeException- if one of the given elements is null.
-
addAtEnd
Adds the given elements at the end of the currentIArrayList. The elements will be added in the given order.- Parameter:
elements-- Löst aus:
RuntimeException- if the given elements is null.RuntimeException- if one of the given elements is null.
-
addAtEnd
Adds the given elements at the end of the currentIArrayList. The elements will be added in the given order.- Parameter:
elements-- Löst aus:
RuntimeException- if the given elements is null.RuntimeException- if one of the given elements is null.
-