public static class SparseArray.Builder<T>
extends java.lang.Object
Constructor and Description |
---|
Builder(int... shape) |
Modifier and Type | Method and Description |
---|---|
void |
add(T thing,
java.util.Formatter info,
int... index) |
int |
calcIndex(int... index) |
int |
getTotalSize() |
void |
setContent(java.util.List<T> content) |
void |
setTrack(int[] track) |