public final class IntegerArrayAdapter extends Object
构造器和说明 |
---|
IntegerArrayAdapter() |
限定符和类型 | 方法和说明 |
---|---|
int |
getArrayLength(int[] array)
Return the length of the given array.
|
int |
getElementSizeInBytes()
Return the size of an element in the array in bytes (e.g. for int return 4).
|
String |
getTag()
TAG for logging.
|
int[] |
newArray(int length)
Allocate and return an array of the specified size.
|
public String getTag()
public int getArrayLength(int[] array)
public int[] newArray(int length)
public int getElementSizeInBytes()