Package ch.nolix.coreapi.container.base
Schnittstelle Groupable<E>
- Typparameter:
E- is the type of the elements aGroupable.
- Alle bekannten Unterschnittstellen:
IArrayList<E>,ICachingContainer<E>,IContainer<E>,ILinkedList<E>,IMatrix<E>,ISqlRecord
- Alle bekannten Implementierungsklassen:
AbstractContainer,AbstractExtendedContainer,ArrayContainerView,ArrayList,CachingContainer,ContainerView,FilterContainerView,ImmutableList,IntervallContainerView,IterableContainerView,LinkedList,MappingContainerView,Matrix,MatrixColumn,MatrixRow,MultiContainerView,SqlRecord
public interface Groupable<E>
- Version:
- 2024-11-12
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungIContainer<? extends IContainer<E>> getStoredInGroups(Function<E, ?> norm)
-
Methodendetails
-
getStoredInGroups
- Parameter:
norm-- Gibt zurück:
- a new
IContainerwith the elements of the currentGroupablegrouped by the given norm. Ignores null elements. - Löst aus:
RuntimeException- if the given norm is null.
-