JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
cz.gyarab.util.collection
Interface ExpiringMap.Permanent
All Known Implementing Classes:
Session
Enclosing class:
ExpiringMap
<
K
,
V
>
public static interface
ExpiringMap.Permanent
Toto rozhraní může volitelně implementovat hodnota v kolekci. V takovém případě má možnost dočasně zablokovat vlastní expiraci.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
isPermanent
()
Pokud potřebuje hodnota blokovat vlastní expiraci, musí vrítit
true
.
Method Detail
isPermanent
boolean isPermanent()
Pokud potřebuje hodnota blokovat vlastní expiraci, musí vrítit
true
.
Returns:
příznak blokování expirace
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method