Uses of Class
yearreview.app.data.sources.audio.database.AudioData
-
Uses of AudioData in yearreview.app.data.sources.audio.database
Modifier and TypeClassDescriptionclass
Modifier and TypeFieldDescriptionprivate final Map<AudioData,
TopListElement> AudioTopListAdapter.audioMap
Maps all AudioData object to their associated TopListElements.AudioPiece.data
List of data associated to the piece.AudioDatabase.dataMap
Map that stores the data with an associated key for fast access.Modifier and TypeMethodDescriptionAudioDatabase.getData
(String name, AudioData.Type type) Gets AudioData from the database.AudioDatabase.getDataById
(AudioData.Type type, String name) Gets AudioData inside the Database by type and name.Modifier and TypeMethodDescriptionAudioPiece.filterData
(AudioData.Type type) Filters thedata
associated with the piece by a given type.AudioDatabase.getFilteredData
(AudioData.Type type) Modifier and TypeMethodDescriptionint
Compares AudioData-objects alphabetically by name.Modifier and TypeMethodDescriptionAudioDatabase.getPiece
(String name, List<AudioData> data, AudioData.Type type) Gets AudioPiece from the database.ModifierConstructorDescriptionAudioPiece
(String name, AudioData.Type type, List<AudioData> data) Constructs and AudioPiece from name, type and associated data.