JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.example.bookscrabbleapp
Package
Model.gameClasses
Interface CacheReplacementPolicy
All Known Implementing Classes:
LFU
,
LRU
public interface
CacheReplacementPolicy
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
String
word)
String
remove
()
Method Details
add
void
add
(
String
word)
remove
String
remove
()