K - the type of keysV - the type of valuepublic class JCacheEventFilteringIterator<K,V> extends Object implements Iterator<javax.cache.event.CacheEntryEvent<? extends K,? extends V>>
Iterators to allow filtering of CacheEntryEventsbased on the JSR-107 reference implementation (RI) of
{@link Iterator>} | Constructor and Description |
|---|
JCacheEventFilteringIterator(Iterator<javax.cache.event.CacheEntryEvent<? extends K,? extends V>> iterator,
javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
Constructs an
JCacheEventFilteringIterator. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
javax.cache.event.CacheEntryEvent<? extends K,? extends V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic JCacheEventFilteringIterator(Iterator<javax.cache.event.CacheEntryEvent<? extends K,? extends V>> iterator, javax.cache.event.CacheEntryEventFilter<? super K,? super V> filter)
JCacheEventFilteringIterator.iterator - the underlying iterator to filterfilter - the filter to apply to entries in the iteratorCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.