Schnittstelle Groupable<E>
- Typparameter:
E- is the type of the elements aGroupable.
- Alle bekannten Unterschnittstellen:
IArrayList<E>, IContainer<E>, ILinkedList<E>, IMatrix<E>, ISqlRecord
- Alle bekannten Implementierungsklassen:
AbstractContainer, AbstractExtendedContainer, ArrayContainerView, ArrayList, ContainerView, FilterContainerView, ImmutableList, IntervallContainerView, IterableContainerView, LinkedList, MappingContainerView, Matrix, MatrixColumn, MatrixRow, MultiContainerView, SingleContainer, SqlRecord
public interface Groupable<E>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator 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.
-