Uses of Class
net.sourceforge.atunes.utils.RankList

Packages that use RankList
net.sourceforge.atunes.kernel.modules.repository   
 

Uses of RankList in net.sourceforge.atunes.kernel.modules.repository
 

Methods in net.sourceforge.atunes.kernel.modules.repository that return RankList
 RankList<Album> RepositoryStats.getAlbumsRanking()
          Gets the albums ranking.
 RankList<Artist> RepositoryStats.getArtistsRanking()
          Gets the artists ranking.
 RankList<AudioFile> RepositoryStats.getSongsRanking()
          Gets the songs ranking.
 

Methods in net.sourceforge.atunes.kernel.modules.repository with parameters of type RankList
 void RepositoryStats.setAlbumsRanking(RankList<Album> albumsRanking)
          Sets the albums ranking.
 void RepositoryStats.setArtistsRanking(RankList<Artist> artistsRanking)
          Sets the artists ranking.
 void RepositoryStats.setSongsRanking(RankList<AudioFile> songsRanking)
          Sets the songs ranking.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.