From: Jason B. <jas...@sy...> - 2003-02-05 11:02:02
|
Hi All The insertItem() method makes a whole heap of sense, so I do think that should be implemented asap. Item.insertItem(int position) assuming that it would throw a NullPointerException if that position didn't exist. and Item.insertItem() just adds to the front (as suggested in Joseph Shelby's email). I'm not too sure what to think about the duplicate getItems() issue until I have run some more real world examples. Kind regards Jason Bell |