JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
void
reset
(
T
object)
Method Detail
reset
void reset(
T
object)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method