public class NodeList implements List {
  protected int numElts;            	// Number of items in the list
  protected DNode header, trailer;	// Special sentinels