المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : HashSet advice request



Java Programming
04-26-2010, 12:30 AM
Hi,I'd like to handle a set of objects of class MyClass in a HashSet. When I try to add an object that already exists (relying on equals an hashCode of MyClass), the method return false. Is there a way/method to get in return the actual object that already exits? What would be your advice to...