Package 

Class LruBucketsPoolBackend

  • All Implemented Interfaces:
    com.facebook.imagepipeline.memory.PoolBackend

    
    public abstract class LruBucketsPoolBackend<T>
     implements PoolBackend<T>
                        

    Relies on BucketMap to implement pooling Items from the bucket with LRU key will be removed first

    • Method Summary

      Modifier and Type Method Description
      T get(int size)
      void put(T item)
      T pop()
      • Methods inherited from class com.facebook.imagepipeline.memory.PoolBackend

        get, getSize, pop, put
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LruBucketsPoolBackend

        LruBucketsPoolBackend()