K
- the type of keysV
- the type of valuespublic class JCacheEventFilteringIterable<K,V> extends Object implements Iterable<javax.cache.event.CacheEntryEvent<? extends K,? extends V>>
Iterable
s over Cache Entries, those of which
are filtered using a CacheEntryEventFilter
.based on the JSR-107 reference implementation (RI) of
{@link Iterable>}
Constructor and Description |
---|
JCacheEventFilteringIterable(Iterable<javax.cache.event.CacheEntryEvent<? extends K,? extends V>> iterable,
javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
Constructs an
JCacheEventFilteringIterable . |
public JCacheEventFilteringIterable(Iterable<javax.cache.event.CacheEntryEvent<? extends K,? extends V>> iterable, javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
JCacheEventFilteringIterable
.iterable
- the underlying iterable to filterfilter
- the filter to apply to entries in the iterableCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.