T - public class Library<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected android.util.SparseArray<T> |
mItems |
| Constructor and Description |
|---|
Library() |
Library(int pInitialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
T |
get(int pID) |
void |
put(int pID,
T pItem) |
void |
remove(int pID) |