Arraylist
i have assigment on arraylist and collections can any one help me on this implementing this scenario using arraylist
Task 1 ?
Class, Collections, Data and Control Structures, GUI, String
A library is interested in creating a literary guide which can store sets of individuals that appear in
various books. For example, some of the individuals which appear in Book A may be Adair,
Cohoon, Gibran and Scott.
Use the relevant features of Java Collections to implement a class which provides the following
operations:
?Add a book to literary guide.
?Remove a book from the literary guide.
?For a given book title, return the set of individuals who feature in the book.
?Add a new individual to the set of individuals in the book.
?Remove an individual from the set of individuals in a book.
?For a given book title, display a set of individuals featuring in that book
You may decide to explore the possibility of using the GUI feature of Java in this context.

