public class ViewPool<V,T> extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ViewPool.ViewPoolConsumer<V,T> |
Constructor and Description |
---|
ViewPool(Context context,
ViewPool.ViewPoolConsumer<V,T> viewCreator)
Initializes the pool with a fixed predetermined pool size
|
public ViewPool(Context context, ViewPool.ViewPoolConsumer<V,T> viewCreator)