BetterLinkedList<E> |
BetterLinkedList class
Extends (my custom) LinkedList class
Adds the ability to elements and sort them.
|
LinkedList<E> |
LinkedList class
A implementation of a singly linked list data structure
with a head pointer.
|
MusicPlaylistManager |
Main application class for the Music Playlist Manager.
|
PlaylistController |
Controller class that manages the playlist using a LinkedList data structure.
|
Song |
Represents a song with basic metadata information.
|
SongDatabaseController |
Controller class that manages the song database and related table model.
|