public class ViewHolder<T,B extends ViewBinder<T,android.view.View>>
extends RecyclerView.ViewHolder
| Constructor and Description |
|---|
ViewHolder(android.view.View itemView) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(B binder,
int position) |
void |
recycle() |
public void bind(B binder, int position)
public void recycle()