Class IntegerLruCache<T>

java.lang.Object
androidx.collection.LruCache<T,V>
com.pranavpandey.android.dynamic.util.cache.DynamicLruCache<T,Integer>
com.pranavpandey.android.dynamic.util.cache.IntegerLruCache<T>
Type Parameters:
T - The type of the key for this cache.

public final class IntegerLruCache<T> extends DynamicLruCache<T,Integer>
  • Constructor Details

    • IntegerLruCache

      public IntegerLruCache()
      Constructor to initialize an object of this class.
  • Method Details