public static interface AdapterFilter.Helper<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getAllElements() |
Object |
getLock() |
List<T> |
getShownElements() |
void |
notifyDataSetChanged() |
void |
setAllElements(List<T> allElements) |
void |
setShownElements(List<T> shownElements) |
Copyright © 2015 se.solovyev. All Rights Reserved.