commit | f3b09b9c54b5dfcc84ca89b4c383871313fa60b5 | [log] [tgz] |
---|---|---|
author | Tejas Khorana <khorana@google.com> | Wed Jul 13 14:00:09 2016 -0700 |
committer | Tejas Khorana <khorana@google.com> | Fri Jul 15 10:51:18 2016 -0700 |
tree | c00e77a7ed1dca93c9b743ddcd8dccea71441a43 | |
parent | de8ca1697a4036c82b89b45adb258a7cf365677b [diff] |
indexOfValueByValue now uses .equals To address the issue that indexOfValue does not compare objects by value (using .equals). I have made a method that does the indexOfValue operation but instead comparing Objects using equals. New method created as it was too late to change indexOfValue itself. Change-Id: Ie58ce279aca74ef25ce151d8f8bde769f644f0d0