protected class SimpleCacheImpl.ConvertedIterable<C> extends Object implements CloseableIterable<CacheEntry<K,C>>
| Constructor and Description |
|---|
ConvertedIterable(Iterator<CacheEntry<K,V>> iterator,
Converter<? super K,? super V,? extends C> converter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CloseableIterator<CacheEntry<K,C>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void close()
close in interface AutoCloseableclose in interface CloseableIterable<CacheEntry<K,C>>public CloseableIterator<CacheEntry<K,C>> iterator()
iterator in interface Iterable<CacheEntry<K,C>>iterator in interface CloseableIterable<CacheEntry<K,C>>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.