If I understand your problem correctly, you wish to add a findCD() method to your CDCollection class? Seems to me the easiest way to do so is to keep your CD's in a HashSet, but if that is too...