Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
LRUCache
C# Class LRUCache, code
Afficher le fichier
Open project: shendongnian/code
Class Usage Examples
Méthodes publiques
Méthode
Description
LRUCache
(
int
capacity
)
Méthodes protégées
Méthode
Description
removeFirst
( ) :
void
Private Methods
Méthode
Description
add
(
key
,
val
) :
void
get
(
key
) :
V
Method Details
LRUCache()
public
méthode
public
LRUCache
(
int
capacity
)
capacity
int
removeFirst()
protected
méthode
protected
removeFirst
( ) :
void
Résultat
void