load

fun <T : Comparable<T>> load(typedArray: TypedArray<*, T>, index: Int): T(source)

Returns the value at the given position in the array. Until this atomic operation completes, any other read or write operation against the array will block.