public abstract class DefaultItemList<Item extends IItem> extends java.lang.Object implements IItemList<Item>
| Constructor and Description |
|---|
DefaultItemList() |
| Modifier and Type | Method and Description |
|---|---|
FastAdapter<Item> |
getFastAdapter() |
void |
setFastAdapter(FastAdapter<Item> fastAdapter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAll, addAll, clear, get, getAdapterPosition, getItems, isEmpty, move, remove, removeRange, set, set, setNewList, sizepublic void setFastAdapter(FastAdapter<Item> fastAdapter)
public FastAdapter<Item> getFastAdapter()