|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- Type of the accessorE
- Type of the Evictable
valuepublic interface EvictionCandidate<A,E extends Evictable>
Interface for entries, records or whatever that can be evictable via its accessor (key or id).
Method Summary | |
---|---|
A |
getAccessor()
The accessor (key or id) of Evictable entry or record or whatever. |
E |
getEvictable()
The value of Evictable entry or record or whatever. |
Method Detail |
---|
A getAccessor()
Evictable
entry or record or whatever.
E getEvictable()
Evictable
entry or record or whatever.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |