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>>
Iterables 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<javax.cache.event.CacheEntryEvent<? extends K,? extends V>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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 © 2024 JBoss, a division of Red Hat. All rights reserved.