S
sippyuconn
Hi
I have a Container that is an an Array List of Class
Each ArrayList element can be the class or a another ArrayList of Class
So there the ArrayList could look like
Element 1 - Class
Element 2 - Class
Element 1 - ArrayList Of Class
Element 1 - Class
Element 2 - Class
Element 3 - Class
Element 4 - Class
I put elements on buy recursively going thru elements
Now I need to compare 2 of these Items and determine the difference
Any ideas on how to best achieve this ???
I was thinking of doing it recursively but I need to keep the 2 items at the
same point to compare element by elmement and wasn't sure how to do that ???
Thanks
I have a Container that is an an Array List of Class
Each ArrayList element can be the class or a another ArrayList of Class
So there the ArrayList could look like
Element 1 - Class
Element 2 - Class
Element 1 - ArrayList Of Class
Element 1 - Class
Element 2 - Class
Element 3 - Class
Element 4 - Class
I put elements on buy recursively going thru elements
Now I need to compare 2 of these Items and determine the difference
Any ideas on how to best achieve this ???
I was thinking of doing it recursively but I need to keep the 2 items at the
same point to compare element by elmement and wasn't sure how to do that ???
Thanks