public class

SynchronizedIntLRUCache

extends IntLRUCache<V>
java.lang.Object
   ↳ org.andengine.util.adt.cache.IntLRUCache<V>
     ↳ org.andengine.util.adt.cache.concurrent.SynchronizedIntLRUCache<V>

Class Overview

(c) Zynga 2012

Summary

Public Constructors
SynchronizedIntLRUCache(int pCapacity)
Public Methods
synchronized void clear()
synchronized V get(int pKey)
synchronized int getSize()
synchronized boolean isEmpty()
synchronized V put(int pKey, V pValue)
[Expand]
Inherited Methods
From class org.andengine.util.adt.cache.IntLRUCache
From class java.lang.Object

Public Constructors

public SynchronizedIntLRUCache (int pCapacity)

Public Methods

public synchronized void clear ()

public synchronized V get (int pKey)

public synchronized int getSize ()

public synchronized boolean isEmpty ()

public synchronized V put (int pKey, V pValue)