Package com.bumptech.glide.util.pool
Class StateVerifier
java.lang.Object
com.bumptech.glide.util.pool.StateVerifier
Verifies that the job is not in the recycled state.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StateVerifierCreates a newStateVerifierinstance.abstract voidThrows an exception if we believe our object is recycled and inactive (i.e.
-
Method Details
-
newInstance
Creates a newStateVerifierinstance. -
throwIfRecycled
public abstract void throwIfRecycled()Throws an exception if we believe our object is recycled and inactive (i.e. is currently in an object pool).
-