public class

IntLRUCache

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

Class Overview

(c) Zynga 2011

Summary

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

Public Constructors

public IntLRUCache (int pCapacity)

Public Methods

public void clear ()

public V get (int pKey)

public int getCapacity ()

public int getSize ()

public boolean isEmpty ()

public V put (int pKey, V pValue)