Searched refs:removeAtReturnOld (Results 1 – 2 of 2) sorted by relevance
57 fun removeAt(index: Int): T = array.removeAtReturnOld(index).also { array.gc() } in isEmpty()91 internal fun <T> SparseArray<T>.removeAtReturnOld(index: Int): T { in removeAtReturnOld() method
82 fun removeAt(index: Int): I = array.removeAtReturnOld(index).also { array.gc() }.get() in isEmpty()