ListAdapter<T> |
ListAdapter.sortThis() |
ListAdapter<T> |
ListAdapter.sortThis(java.util.Comparator<? super T> comparator) |
ListAdapter<T> |
ListAdapter.with(T... elements) |
ListAdapter<T> |
ListAdapter.with(T element) |
ListAdapter<T> |
ListAdapter.with(T element1,
T element2) |
ListAdapter<T> |
ListAdapter.with(T element1,
T element2,
T element3) |
ListAdapter<T> |
ListAdapter.withAll(java.lang.Iterable<? extends T> elements) |
ListAdapter<T> |
ListAdapter.without(T element) |
ListAdapter<T> |
ListAdapter.withoutAll(java.lang.Iterable<? extends T> elements) |