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
IContainer
with the elements of the currentGroupable
grouped by the given norm. Ignores null elements. - Löst aus:
RuntimeException
- if the given norm is null.
-