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