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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate()
-
-
-
Method Detail
-
create
T create()
-
-