Interface TopListAdapter
- All Known Implementing Classes:
AudioTopListAdapter,FitnessTopListAdapter
public interface TopListAdapter
An Interface for Classes functioning as an adapter to the
TopListGenerator
by transforming the data of a DataSource
into a Collection of TopListElements.- Author:
- ColdStone37
-
Method Summary
Modifier and TypeMethodDescriptionGets the collection ofTopListElementsthat should be processed by theTopListGenerator.
-
Method Details
-
getElements
Gets the collection ofTopListElementsthat should be processed by theTopListGenerator.- Parameters:
t- time until which all values should be added up to- Returns:
- Collection of
TopListElements
-