Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
LRUCache
C# Class LRUCache, code
Mostrar archivo
Open project: shendongnian/code
Class Usage Examples
Public Methods
Method
Description
LRUCache
(
int
capacity
)
Protected Methods
Method
Description
removeFirst
( ) :
void
Private Methods
Method
Description
add
(
key
,
val
) :
void
get
(
key
) :
V
Method Details
LRUCache()
public
method
public
LRUCache
(
int
capacity
)
capacity
int
removeFirst()
protected
method
protected
removeFirst
( ) :
void
return
void