JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.cache.processor
MutableEntry
Uses of Interface
javax.cache.processor.MutableEntry
Packages that use
MutableEntry
Package
Description
javax.cache.processor
This package contains the API for Entry Processors.
Uses of
MutableEntry
in
javax.cache.processor
Methods in
javax.cache.processor
with parameters of type
MutableEntry
Modifier and Type
Method
Description
T
EntryProcessor.
process
(
MutableEntry
<
K
,
V
> entry,
Object
... arguments)
Process an entry.