Source of 18.12.java


  1: // @author Frank M. Carrano, Timothy M. Henry
  2: // @version 5.0
  3: public class LinkedChainSortedList<T extends Comparable<? super T>>
  4:              extends LinkedChainBase<T>
  5:              implements SortedListInterface<T>