jeudi 2 juillet 2015

How to use Java generics for calling method with dynamic parameter?

I have 2 objects, user and userevent... And I have set of 7 methods common for both.. User and userevent are different objects with few matching parameters..

How to implement this with generics so that I can reuse the methods for both user and userevents ?? Method accept user or userevent or both object as parameter..

Aucun commentaire:

Enregistrer un commentaire