IntegerArrayAdapter

class IntegerArrayAdapter : ArrayAdapterInterface<T>

Adapter for handling primitive int arrays.

Functions

Link copied to clipboard
open fun getArrayLength(array: Array<Int>): Int
Return the length of the given array.
Link copied to clipboard
open fun getElementSizeInBytes(): Int
Return the size of an element in the array in bytes (e.g.
Link copied to clipboard
open fun getTag(): String
TAG for logging.
Link copied to clipboard
open fun newArray(length: Int): Array<Int>
Allocate and return an array of the specified size.