protected class SimpleCacheImpl.ConvertingIterator<C> extends Object implements CloseableIterator<CacheEntry<K,C>>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
CacheEntry<K,C> |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic void close()
close in interface AutoCloseableclose in interface CloseableIterator<CacheEntry<K,C>>public boolean hasNext()
hasNext in interface Iterator<CacheEntry<K,C>>public CacheEntry<K,C> next()
next in interface Iterator<CacheEntry<K,C>>Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.