protected class LocalEntryRetriever.DataContainerIterator<C> extends Object implements CloseableIterator<CacheEntry<K,C>>
| Constructor and Description |
|---|
DataContainerIterator(Iterator<InternalCacheEntry<K,V>> iterator,
KeyValueFilter<? super K,? super V> filter,
Converter<? super K,? super V,? extends C> converter,
boolean filterAndConvert) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
CacheEntry<K,C> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<CacheEntry<K,C>>public CacheEntry<K,C> next()
next in interface Iterator<CacheEntry<K,C>>public void remove()
remove in interface Iterator<CacheEntry<K,C>>public void close()
close in interface AutoCloseableclose in interface CloseableIterator<CacheEntry<K,C>>Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.