How can I know the different element between 2 array list in java? I need the exact element not a Boolean value which can be retrieved using removeAll().
See also: Effective Java, 2nd edition, Item 47: Know and use the libraries (The author mentions only the JDK's built-in libraries but I think the reasoning could be true for other libraries too.)