Compare two lists.

Posted by javaguy on Stack Overflow See other posts from Stack Overflow or by javaguy
Published on 2010-05-22T21:40:01Z Indexed on 2010/05/22 21:50 UTC
Read the original article Hit count: 242

Filed under:
|

I want to compare two lists. Since we code to interface using List, which does not inherit the equals from from the Object class. How do I do this?

© Stack Overflow or respective owner

Related posts about java

Related posts about collections