Cover Data Structures and Algorithms with Object-Oriented Design Patterns in Java
next up previous contents index

Linked-List Implementation

 

This section presents a linked-list implementation of ordered lists. Program gif introduces the OrderedListAsLinkedList class. The OrderedListAsLinkedList class extends the AbstractSearchableContainer class introduced in Program gif and it implements the OrderedList interface defined in Program gif.

   program9390
Program: OrderedListAsLinkedList fields.




next up previous contents index

Bruno Copyright © 1998 by Bruno R. Preiss, P.Eng. All rights reserved.