Package com.bumptech.glide.util.pool


package com.bumptech.glide.util.pool
  • Class
    Description
    Provides implementations of Pools.Pool never return null, log when new instances are created, and that can use the FactoryPools.Poolable interface to ensure objects aren't used while inside the pool.
    Creates new instances of the given type.
    Allows additional verification to catch errors caused by using objects while they are in an object pool.
    Resets state when objects are returned to the pool.
    Systracing utilities for Glide.
    Verifies that the job is not in the recycled state.