K - the type of keysV - the type of valuepublic class RICacheEntryEventFilteringIterator<K,V> extends Object implements Iterator<javax.cache.event.CacheEntryEvent<K,V>>
Iterators to allow filtering of CacheEntryEvents| Constructor and Description |
|---|
RICacheEntryEventFilteringIterator(Iterator<javax.cache.event.CacheEntryEvent<K,V>> iterator,
javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
Constructs an
RICacheEntryEventFilteringIterator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
javax.cache.event.CacheEntryEvent<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RICacheEntryEventFilteringIterator(Iterator<javax.cache.event.CacheEntryEvent<K,V>> iterator, javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
RICacheEntryEventFilteringIterator.iterator - the underlying iterator to filterfilter - the filter to apply to entries in the iteratorCopyright © 2019. All rights reserved.