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