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, wait
forEachRemaining, remove
public void close()
close
in interface AutoCloseable
close
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 © 2024 JBoss, a division of Red Hat. All rights reserved.