Uses of Class
com.tagtraum.beatunes.library.Album.Key
-
Packages that use Album.Key Package Description com.tagtraum.beatunes.library Classes that load and manage the library. -
-
Uses of Album.Key in com.tagtraum.beatunes.library
Methods in com.tagtraum.beatunes.library that return Album.Key Modifier and Type Method Description Album.Key
Album. getKey()
Methods in com.tagtraum.beatunes.library that return types with arguments of type Album.Key Modifier and Type Method Description Set<Album.Key>
HibernateMediaLibrary. getAlbumKeys()
Set<Album.Key>
MediaLibrary. getAlbumKeys()
Returns the set of all valid album keys.Methods in com.tagtraum.beatunes.library with parameters of type Album.Key Modifier and Type Method Description Album
HibernateMediaLibrary. getAlbum(Album.Key key)
Album
MediaLibrary. getAlbum(Album.Key key)
Deprecated.
-