JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
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.