Site MapHelpFeedbackLinked Lists
Linked Lists


CHAPTER OBJECTIVES

1. Be able to develop new methods for the SinglyLinkedList class.
2. Understand the LinkedList class from a user’s perspective.
3. Given an application that requires a list, be able to decide whether an ArrayList or a LinkedList would be more appropriate.
4. Compare several choices of fields for the LinkedList class and, for each choice, be able to create a LinkedList object.









CollinsOnline Learning Center

Home > Chapter 7