Klasse AbstractExtendedContainer<E>

java.lang.Object
ch.nolix.core.container.base.AbstractContainer<E>
ch.nolix.core.container.arraylist.AbstractExtendedContainer<E>
Typparameter:
E - is the type of the elements of a AbstractExtendedContainer.
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>
Bekannte direkte Unterklassen:
ArrayContainerView, ArrayList, CachingContainer, ContainerView, FilterContainerView, ImmutableList, IntervallContainerView, IterableContainerView, LinkedList, MappingContainerView, Matrix, MatrixColumn, MatrixRow, MultiContainerView, SqlRecord

public abstract class AbstractExtendedContainer<E> extends AbstractContainer<E>
Version:
2025-05-18
Autor:
Silvan Wyss
  • Konstruktordetails

    • AbstractExtendedContainer

      public AbstractExtendedContainer()
  • Methodendetails