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