Package yearreview.app.data.processor.toplist
package yearreview.app.data.processor.toplist
-
ClassDescriptionAn Interface for Classes functioning as an adapter to the
TopListGenerator
by transforming the data of aDataSource
into a Collection ofTopListElements
.Interface for Items that can be displayed in a TopList.A TopListElement contains aTopListCompatibleItem
and it's associatedValues
.Comparator forTopListElement
which can specify a certainValueType
to compare by.Generates a TopList ofTopListElements
by sorting them by their associatedValue
.Basic Implementation ofTopListCompatibleItem
that can be used if no special functionality is needed.