JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.openejb.core.managed
Interface Cache.CacheFilter<V>
Enclosing interface:
Cache
<
K
,
V
>
public static interface
Cache.CacheFilter<V>
CacheFileter is used to select values to remove during a removeAll invocation.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
matches
(
V
v)
True if the filter matches the value.
Method Detail
matches
boolean matches(
V
v)
True if the filter matches the value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method