C# Class LRUCache, code

ファイルを表示 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