I am performing some maintenance tasks on an old system. I have an arraylist that contains following values:
a,b,12 c,d,3 b,a,12 d,e,3 a,b,12
Try this simple solution...(No Set interface used)
https://stackoverflow.com/a/19434592/369035