//leakcanary-repo/shark/HeapGraph/findObjectByIndex
findObjectByIndex¶
[jvm]\ abstract fun findObjectByIndex(objectIndex: Int): HeapObject
Returns the HeapObject corresponding to the provided objectIndex, and throws IllegalArgumentException if objectIndex is less than 0 or more than objectCount - 1.