Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LRUCache
C# 클래스 LRUCache, code
파일 보기
프로젝트 열기: shendongnian/code
1 사용 예제들
공개 메소드들
메소드
설명
LRUCache
(
int
capacity
)
보호된 메소드들
메소드
설명
removeFirst
( ) :
void
비공개 메소드들
메소드
설명
add
(
key
,
val
) :
void
get
(
key
) :
V
메소드 상세
LRUCache()
공개
메소드
public
LRUCache
(
int
capacity
)
capacity
int
removeFirst()
보호된
메소드
protected
removeFirst
( ) :
void
리턴
void