public class

LRUCache

extends Object
java.lang.Object
   ↳ org.andengine.util.adt.cache.LRUCache<K, V>
Known Direct Subclasses

Class Overview

(c) Zynga 2011

Summary

Public Constructors
LRUCache(int pCapacity)
Public Methods
void clear()
V get(K pKey)
int getCapacity()
int getSize()
boolean isEmpty()
V put(K pKey, V pValue)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LRUCache (int pCapacity)

Public Methods

public void clear ()

public V get (K pKey)

public int getCapacity ()

public int getSize ()

public boolean isEmpty ()

public V put (K pKey, V pValue)