Uses of Class
album.ex7.model.Track

Packages that use Track
album.ex7.model   
 

Uses of Track in album.ex7.model
 

Fields in album.ex7.model with type parameters of type Track
private  java.util.List<Track> Album.trackList
           
 

Methods in album.ex7.model that return types with arguments of type Track
 java.util.List<Track> Album.getTrackList()
           
 

Methods in album.ex7.model with parameters of type Track
 Album Album.addTrack(Track track)
           
 

Method parameters in album.ex7.model with type arguments of type Track
 void Album.setTrackList(java.util.List<Track> trackList)