find

fun find(name: String, fromIndex: Int = 0): Int(source)

Deprecated

Use getAll instead

Replace with

getAll(name)