K - the type of keysV - the type of valuepublic class CoherenceCacheEntryEventFilteringIterator<K,V> extends Object implements Iterator<javax.cache.event.CacheEntryEvent<K,V>>
Iterators to allow filtering of CacheEntryEvents.| Constructor and Description |
|---|
CoherenceCacheEntryEventFilteringIterator(Iterator<javax.cache.event.CacheEntryEvent<K,V>> iterator, javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
Constructs an
CoherenceCacheEntryEventFilteringIterator. |
| 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 CoherenceCacheEntryEventFilteringIterator(Iterator<javax.cache.event.CacheEntryEvent<K,V>> iterator, javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
CoherenceCacheEntryEventFilteringIterator.iterator - the underlying m_iterator to m_filterfilter - the m_filter to apply to entries in the m_iterator