K - the type of keysV - the type of valuespublic class RICacheEntryEventFilteringIterable<K,V> extends Object implements Iterable<javax.cache.event.CacheEntryEvent<K,V>>
Iterables over Cache Entries, those of which
are filtered using a CacheEntryEventFilter.| Constructor and Description |
|---|
RICacheEntryEventFilteringIterable(Iterable<javax.cache.event.CacheEntryEvent<K,V>> iterable,
javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
Constructs an
RICacheEntryEventFilteringIterable. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<javax.cache.event.CacheEntryEvent<K,V>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic RICacheEntryEventFilteringIterable(Iterable<javax.cache.event.CacheEntryEvent<K,V>> iterable, javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
RICacheEntryEventFilteringIterable.iterable - the underlying iterable to filterfilter - the filter to apply to entries in the iterableCopyright © 2019. All rights reserved.