Package com.bumptech.glide.util.pool
Interface FactoryPools.Resetter<T>
-
- Type Parameters:
T- The type of Object that will be reset.
- Enclosing class:
- FactoryPools
public static interface FactoryPools.Resetter<T>Resets state when objects are returned to the pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset(T object)
-
-
-
Method Detail
-
reset
void reset(@NonNull T object)
-
-