-
- All Implemented Interfaces:
-
androidx.core.util.Pools.Pool
public class ClearableSynchronizedPool<T> implements Pools.Pool<T>
Like androidx.core.util.Pools.SynchronizedPool with the option to clear the pool (e.g. on memory pressure).