OSDN Git Service

indexOfValue now uses .equals (cont.)
authorTejas Khorana <khorana@google.com>
Mon, 18 Jul 2016 18:18:27 +0000 (11:18 -0700)
committerTejas Khorana <khorana@google.com>
Mon, 18 Jul 2016 19:03:14 +0000 (12:03 -0700)
commitfb5166dafb599de0e2d9ffb9684fd1f90e5e1830
treec14e41ecb55941f255d239500698c94cdb7ace2c
parentde8ca1697a4036c82b89b45adb258a7cf365677b
indexOfValue now uses .equals (cont.)

Addresses same issue addressed in SparseArray in LongSparseArray in
the method: indexByValue. Made a new method indexByValueByValue that
compares objects using .equals instead of ==.

Change-Id: I55735fe7ca364d0a9caab2a6909c2eaede845619
api/current.txt
api/system-current.txt
api/test-current.txt
core/java/android/util/LongSparseArray.java