Uses of Class
yearreview.app.data.sources.audio.database.AudioData
Packages that use AudioData
-
Uses of AudioData in yearreview.app.data.sources.audio.database
Subclasses of AudioData in yearreview.app.data.sources.audio.databaseModifier and TypeClassDescriptionclass
Fields in yearreview.app.data.sources.audio.database with type parameters of type AudioDataModifier 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.Methods in yearreview.app.data.sources.audio.database that return AudioDataModifier 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.Methods in yearreview.app.data.sources.audio.database that return types with arguments of type AudioDataModifier and TypeMethodDescriptionAudioPiece.filterData
(AudioData.Type type) Filters thedata
associated with the piece by a given type.AudioDatabase.getFilteredData
(AudioData.Type type) Methods in yearreview.app.data.sources.audio.database with parameters of type AudioDataModifier and TypeMethodDescriptionint
Compares AudioData-objects alphabetically by name.Method parameters in yearreview.app.data.sources.audio.database with type arguments of type AudioDataModifier and TypeMethodDescriptionAudioDatabase.getPiece
(String name, List<AudioData> data, AudioData.Type type) Gets AudioPiece from the database.Constructor parameters in yearreview.app.data.sources.audio.database with type arguments of type AudioDataModifierConstructorDescriptionAudioPiece
(String name, AudioData.Type type, List<AudioData> data) Constructs and AudioPiece from name, type and associated data.