Uses of Record Class
ch.psi.wica.model.app.StatisticsCollectable.StatisticsItem
Packages that use StatisticsCollectable.StatisticsItem
Package
Description
Domain classes providing abstractions that are shared throughtout the application.
-
Uses of StatisticsCollectable.StatisticsItem in ch.psi.wica.model.app
Methods in ch.psi.wica.model.app that return types with arguments of type StatisticsCollectable.StatisticsItemModifier and TypeMethodDescriptionStatisticsCollectable.Statistics.entries()
Returns the value of theentries
record component.Constructor parameters in ch.psi.wica.model.app with type arguments of type StatisticsCollectable.StatisticsItemModifierConstructorDescriptionStatistics
(String header, List<StatisticsCollectable.StatisticsItem> entries) Creates an instance of aStatistics
record class.