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
com.caucho.util
Interface LruCache.Entry<K,V>
Enclosing class:
LruCache
<
K
,
V
>
public static interface
LruCache.Entry<K,V>
Interface for entry iterator;
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
getKey
()
Returns the key.
V
getValue
()
Returns the value.
Method Detail
getKey
K
getKey()
Returns the key.
getValue
V
getValue()
Returns the value.
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