public class

BoundedLinkedHashSet

extends Object
java.lang.Object
   ↳ com.facebook.imagepipeline.cache.BoundedLinkedHashSet<E>

Summary

Public Constructors
BoundedLinkedHashSet(int maxSize)
Public Methods
synchronized boolean add(E key)
synchronized boolean contains(E o)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BoundedLinkedHashSet (int maxSize)

Public Methods

public synchronized boolean add (E key)

public synchronized boolean contains (E o)