 Data Structures and Algorithms 
with Object-Oriented Design Patterns in Java
Data Structures and Algorithms 
with Object-Oriented Design Patterns in Java 
  
  
  
  
 
The SortedListAsArray class is introduced
in Program  .
The SortedListAsArray class extends the
OrderedListAsArray class
introduced in Program
.
The SortedListAsArray class extends the
OrderedListAsArray class
introduced in Program  and it implements the SortedList interface
defined in Program
and it implements the SortedList interface
defined in Program  .
.
   
Program: SortedListAsArray class.
There are no addition fields required to implement the SortedListAsArray class. That is, the fields provided by the base class OrderedListAsArray are sufficient.
 
 
  
  
  
  
 
 Copyright © 1998 by Bruno R. Preiss, P.Eng.  All rights reserved.
Copyright © 1998 by Bruno R. Preiss, P.Eng.  All rights reserved.