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
Loading
Please register or sign in to comment