Package com.bumptech.glide.util.pool
Interface FactoryPools.Factory<T>
- Type Parameters:
T- The type of Object that will be created.
- Enclosing class:
- FactoryPools
public static interface FactoryPools.Factory<T>
Creates new instances of the given type.
-
Method Summary
-
Method Details
-
create
T create()
-