Klasse IntervallContainerView<E>

Typparameter:
E - is the type of the elements of a IntervallContainerView.
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 IntervallContainerView<E> extends AbstractExtendedContainer<E>
A IntervallContainerView can iterate over a part of another container. A IntervallContainerView must not use the methods of the accessed container except the iterator method. The reason is that the accessed container can be a specialized container that does not use its iterator in any of its declared or overwritten method.
Version:
2017-08-27
Autor:
Silvan Wyss