Thursday, 8 August 2013

Compare array of objects with properties in java

Compare array of objects with properties in java

Basically I have two arrays of say "Meal" objects. One array is a Dinner
and the other a Breakfast
This "Meal" has a getDate() function. Now I need to run a function where I
put the Meals with common dates into a Common function.
Is there any easy Java way to do this?

No comments:

Post a Comment