/* * Created on Apr 26, 2005 */ package stockportfolio; /** COMPLETE THIS CLASS */ /** An enhanced queue. Can addToFront, and get the elements by idenx. */ public class ObjectDQueue implements IDQueue { }